mirror of
https://gitee.com/freeyz/godot-mota.git
synced 2024-12-23 07:19:19 +08:00
6 lines
124 B
GDScript
6 lines
124 B
GDScript
extends Button
|
|
|
|
func _on_LoadGameButton_pressed():
|
|
GameArchiveManager.load_by_index(0)
|
|
pass # Replace with function body.
|