replace ai, photo_mode and radio museums with gyms

This commit is contained in:
2026-05-05 22:23:07 +02:00
parent f81a1e8f1f
commit 21a09a0d77
10 changed files with 40 additions and 40 deletions

View File

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