demo 2.0.0

* reduce demo time
* add all changes from full game
This commit is contained in:
2026-08-01 14:22:53 +02:00
parent 4fd457bc2c
commit 5c2eb224ed
8 changed files with 138 additions and 39 deletions
+5 -3
View File
@@ -6,8 +6,11 @@ func appear():
func _on_title_screen_pressed():
GameInfo.game_data.is_finished = true
GameInfo.save_game_data()
# GameInfo.game_data.is_finished = true
# GameInfo.save_game_data()
SteamConnection.unlock_achievement(SteamConnection.ACH_REACH_VENUS_BASE)
SteamConnection.unlock_achievement(SteamConnection.ACH_MEET_DEMETER)
var progression = GameInfo.game_data.progression_data
@@ -16,4 +19,3 @@ func _on_title_screen_pressed():
SteamConnection.unlock_achievement(SteamConnection.ACH_UNLOCK_ALL_MUTATION)
SceneManager.change_to_scene(TitleScene.new(), false)