refactor du code et ajouts des quotas, avec des récompense entre chaque quota #68
This commit is contained in:
@@ -6,5 +6,5 @@ func _ready():
|
||||
%Version.text = ProjectSettings.get_setting("application/config/version")
|
||||
|
||||
func _on_start_pressed():
|
||||
GameInfo.game_data.current_terrain_data = TerrainData.new()
|
||||
GameInfo.game_data.current_planet_data = PlanetData.new()
|
||||
get_tree().change_scene_to_file(start_scene_path)
|
||||
|
||||
Reference in New Issue
Block a user