mirror of
https://github.com/GarrettGunnell/God-Machine.git
synced 2026-04-18 14:30:21 +00:00
5 lines
112 B
GDScript3
5 lines
112 B
GDScript3
|
|
extends AcerolaPanel
|
||
|
|
|
||
|
|
func on_pressed() -> void:
|
||
|
|
get_parent().get_node("/root/Node3D/Slides").previous_slide()
|