1
0
mirror of https://gitee.com/freeyz/godot-mota.git synced 2024-12-23 01:49:22 +08:00
godot-mota/scripts/LoadGameButton.gd
2020-07-23 15:47:32 +08:00

6 lines
124 B
GDScript

extends Button
func _on_LoadGameButton_pressed():
GameArchiveManager.load_by_index(0)
pass # Replace with function body.