Skip to content

Commit

Permalink
path fix and minor change to ios export
Browse files Browse the repository at this point in the history
  • Loading branch information
singerbj committed Apr 24, 2024
1 parent d5a0ea7 commit 8a19cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -470,9 +470,9 @@ custom_template/debug=""
custom_template/release=""
architectures/arm64=true
application/app_store_team_id="GJW3Y7WRG6"
application/code_sign_identity_debug=""
application/code_sign_identity_debug="Apple Development"
application/export_method_debug=1
application/code_sign_identity_release=""
application/code_sign_identity_release="Apple Development"
application/export_method_release=0
application/targeted_device_family=2
application/bundle_identifier="com.example.bagtag"
Expand Down
2 changes: 1 addition & 1 deletion scenes/GameScreen.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=9 format=3 uid="uid://jmx1682k0vdg"]
[gd_scene load_steps=9 format=3 uid="uid://xtgdl26vbrlg"]

[ext_resource type="Script" path="res://scripts/game.gd" id="1_34f43"]
[ext_resource type="PackedScene" uid="uid://bm1moac027y38" path="res://scenes/Collision2DRendered.tscn" id="2_7n24l"]
Expand Down

0 comments on commit 8a19cee

Please sign in to comment.