Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzter committed Mar 25, 2023
1 parent 537315e commit e08390f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
14 changes: 7 additions & 7 deletions SourceCode/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon="res://icon.ico"
application/file_version=""
application/product_version="0.1.0"
application/product_version="0.2.0"
application/company_name="SuperTux Team"
application/product_name="SuperTux Classic"
application/file_description="2D Platformer game!"
Expand Down Expand Up @@ -123,8 +123,8 @@ application/icon="res://icon.icns"
application/identifier="com.supertux.game"
application/signature=""
application/app_category="Games"
application/short_version="0.1.0"
application/version="0.1.0"
application/short_version="0.2.0"
application/version="0.2.0"
application/copyright="Open Source Software"
display/high_res=false
privacy/camera_usage_description=""
Expand Down Expand Up @@ -164,14 +164,14 @@ keystore/release_user="supertuxclassic"
keystore/release_password="supertuxclassic"
one_click_deploy/clear_previous_install=false
version/code=1
version/name="1.0"
version/name="0.2.0"
version/min_sdk=19
version/target_sdk=30
package/unique_name="org.godotengine.$genname"
package/name=""
package/unique_name="org.godotengine.supertuxclassic"
package/name="SuperTux Classic"
package/signed=true
package/classify_as_game=true
package/retain_data_on_uninstall=false
package/retain_data_on_uninstall=true
package/exclude_from_recents=false
launcher_icons/main_192x192="res://icon_android_main.png"
launcher_icons/adaptive_foreground_432x432="res://icon_android_adaptive_fg.png"
Expand Down
3 changes: 1 addition & 2 deletions SourceCode/scenes/levels/world1/extro.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,12 @@ smoothing_speed = 2.0
[node name="Tux" type="AnimatedSprite" parent="Penguins"]
position = Vector2( 32, 0 )
frames = SubResource( 2 )
frame = 2
playing = true

[node name="Penny" type="AnimatedSprite" parent="Penguins"]
position = Vector2( -32, 0 )
frames = SubResource( 3 )
frame = 4
frame = 2
playing = true

[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
Expand Down
4 changes: 2 additions & 2 deletions SourceCode/scenes/menus/TitleScreen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ theme = ExtResource( 1 )
script = ExtResource( 2 )
intro_scene = "res://scenes/levels/world1/intro.tscn"
options_scene = "res://scenes/menus/Options.tscn"
credits_scene = "res://scenes/menus/Credits.tscn"
credits_scene = "res://scenes/menus/CreditsEnding.tscn"

[node name="TitleContent" type="Control" parent="."]
anchor_right = 1.0
Expand Down Expand Up @@ -71,7 +71,7 @@ margin_right = 125.0
margin_bottom = -2.0
custom_colors/font_color = Color( 0.992157, 1, 0, 1 )
custom_fonts/font = ExtResource( 5 )
text = "Release v0.1.1"
text = "Release v0.2.0"
valign = 2

[node name="Menu" type="Control" parent="TitleContent"]
Expand Down

0 comments on commit e08390f

Please sign in to comment.