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