Skip to content

Commit

Permalink
export changes, remove background
Browse files Browse the repository at this point in the history
  • Loading branch information
singerbj committed Apr 29, 2024
1 parent da40e7f commit 9fb3783
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ BagTag/

*.apk
*.idsig
android/
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ encrypt_directory=false

custom_template/debug=""
custom_template/release=""
gradle_build/use_gradle_build=false
gradle_build/export_format=0
gradle_build/use_gradle_build=true
gradle_build/export_format=1
gradle_build/min_sdk=""
gradle_build/target_sdk=""
architectures/armeabi-v7a=true
Expand Down
2 changes: 1 addition & 1 deletion scenes/Background.tscn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[gd_scene format=3 uid="uid://cqjlplliopbri"]
[gd_scene format=3 uid="uid://hfy3t87p2t42"]

[node name="Background" type="Node2D"]
5 changes: 5 additions & 0 deletions scenes/InititalHelpScreen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ offset_right = 3028.0
offset_bottom = 1378.0

[node name="RichTextLabel" type="RichTextLabel" parent="."]
layout_mode = 0
offset_left = 941.0
offset_top = 49.0
offset_right = 2094.0
Expand All @@ -23,6 +24,7 @@ theme_override_colors/default_color = Color(0, 0, 0, 1)
text = "How to Play"

[node name="BackButton" type="Button" parent="."]
layout_mode = 0
offset_left = 51.0
offset_top = 42.0
offset_right = 177.0
Expand All @@ -32,6 +34,7 @@ text = "Back
"

[node name="HelpDescriptionLabel" type="RichTextLabel" parent="."]
layout_mode = 0
offset_left = 548.0
offset_top = 483.0
offset_right = 3169.0
Expand All @@ -50,6 +53,7 @@ text = "[b]How to Play:[/b]
3. Keep on going!"

[node name="HelpDescriptionLabel2" type="RichTextLabel" parent="."]
layout_mode = 0
offset_left = 1581.0
offset_top = 490.0
offset_right = 4202.0
Expand All @@ -69,6 +73,7 @@ Tap to Jump and Swipe Right to Dash
Up Arrow to Jump and Right Arrow to Dash"

[node name="PlayButton" type="Button" parent="."]
layout_mode = 0
offset_left = 879.0
offset_top = 1066.0
offset_right = 1160.0
Expand Down

0 comments on commit 9fb3783

Please sign in to comment.