mirror of
https://github.com/GarrettGunnell/God-Machine.git
synced 2025-10-19 14:43:16 +00:00
4 lines
98 B
GDScript
4 lines
98 B
GDScript
extends AcerolaPanel
|
|
|
|
func on_pressed() -> void:
|
|
get_node("../../.").encode_grid_to_bit_string()
|