God-Machine/Assets/Scripts/UI/right_button.gd

6 lines
83 B
GDScript3
Raw Permalink Normal View History

2025-08-14 02:19:29 -07:00
extends AcerolaPanel
func on_pressed() -> void:
GameMaster.move(Vector2i(1, 0))