mirror of
https://github.com/GarrettGunnell/God-Machine.git
synced 2026-04-18 06:20:21 +00:00
4 lines
108 B
GDScript
4 lines
108 B
GDScript
extends AcerolaPanel
|
|
|
|
func on_pressed() -> void:
|
|
get_parent().get_node("/root/Node3D/Slides").next_slide()
|