Files
tgcc/docs/gyms/photo_mode/gym_photo_mode.gd

8 lines
139 B
GDScript

extends Node3D
@onready var gallery: Control = $%Gallery
func _on_button_gallery_pressed() -> void:
gallery.visible = !gallery.visible