Skip to content

Commit cee878b

Browse files
committed
Update version to 0.3.5
1 parent af24fe5 commit cee878b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

SourceCode/export_presets.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ codesign/custom_options=PoolStringArray( )
6969
application/modify_resources=true
7070
application/icon="res://icon.ico"
7171
application/file_version=""
72-
application/product_version="0.3.4"
72+
application/product_version="0.3.5"
7373
application/company_name="SuperTux Team"
7474
application/product_name="SuperTux Classic"
7575
application/file_description="2D Platformer game!"
@@ -124,8 +124,8 @@ application/icon="res://icon.icns"
124124
application/identifier="com.supertux.game"
125125
application/signature=""
126126
application/app_category="Games"
127-
application/short_version="0.3.4"
128-
application/version="0.3.4"
127+
application/short_version="0.3.5"
128+
application/version="0.3.5"
129129
application/copyright="Open Source Software"
130130
display/high_res=false
131131
privacy/microphone_usage_description=""
@@ -207,8 +207,8 @@ keystore/release="C:/Users/Alex/SuperTux-Classic/SourceCode/android/supertuxclas
207207
keystore/release_user="supertuxclassic"
208208
keystore/release_password="supertuxclassic"
209209
one_click_deploy/clear_previous_install=false
210-
version/code=4
211-
version/name="0.3.4"
210+
version/code=5
211+
version/name="0.3.5"
212212
package/unique_name="org.godotengine.supertuxclassic"
213213
package/name="SuperTux Classic"
214214
package/signed=true

SourceCode/scenes/menus/TitleScreen.tscn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ margin_right = 125.0
7373
margin_bottom = -2.0
7474
custom_colors/font_color = Color( 0.992157, 1, 0, 1 )
7575
custom_fonts/font = ExtResource( 5 )
76-
text = "Release v0.3.4"
76+
text = "Release v0.3.5"
7777
valign = 2
7878

7979
[node name="Menu" type="Control" parent="TitleContent"]
@@ -123,7 +123,6 @@ margin_right = 350.0
123123
margin_bottom = 135.0
124124
focus_neighbour_top = NodePath("../Options")
125125
focus_neighbour_bottom = NodePath("../Credits")
126-
disabled = true
127126
text = "Level Editor"
128127

129128
[node name="Credits" type="Button" parent="TitleContent/Menu/VBoxContainer"]

0 commit comments

Comments
 (0)