add ai, photo_mode and radio
This commit was merged in pull request #11.
This commit is contained in:
7
docs/gyms/photo_mode/gym_photo_mode.gd
Normal file
7
docs/gyms/photo_mode/gym_photo_mode.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Node3D
|
||||
|
||||
@onready var gallery: Control = $%Gallery
|
||||
|
||||
|
||||
func _on_button_gallery_pressed() -> void:
|
||||
gallery.visible = !gallery.visible
|
||||
Reference in New Issue
Block a user