mirror of
https://github.com/GarrettGunnell/God-Machine.git
synced 2026-04-18 14:30:21 +00:00
5 lines
91 B
GDScript
5 lines
91 B
GDScript
extends AcerolaPanel
|
|
|
|
|
|
func on_pressed() -> void:
|
|
GameMaster.load_automaton_from_preset()
|