准备发布正式版

This commit is contained in:
2025-07-31 22:59:40 +08:00
parent 048600e95d
commit ea42a1563d
173 changed files with 3926 additions and 4295 deletions

View File

@@ -18,6 +18,7 @@ func SetGameVersionLabel(version :String):
#开始游戏
func _on_start_game_button_pressed() -> void:
await get_tree().process_frame
get_tree().change_scene_to_file('res://MainGame.tscn')
pass