mirror of
https://github.com/GarrettGunnell/God-Machine.git
synced 2026-04-18 14:30:21 +00:00
6 lines
84 B
GDScript3
6 lines
84 B
GDScript3
|
|
extends AcerolaPanel
|
||
|
|
|
||
|
|
|
||
|
|
func on_pressed() -> void:
|
||
|
|
GameMaster.move(Vector2i(0, -1))
|