1
0
mirror of https://gitee.com/freeyz/godot-mota.git synced 2024-12-23 07:09:22 +08:00
godot-mota/scripts/LoadGameButton.gd

6 lines
124 B
GDScript3
Raw Normal View History

2020-07-23 15:47:32 +08:00
extends Button
func _on_LoadGameButton_pressed():
GameArchiveManager.load_by_index(0)
pass # Replace with function body.