add gamestate, doc and fix

This commit is contained in:
2026-04-16 11:01:04 +02:00
parent dc0bf0ba37
commit e02bd1819f
29 changed files with 466 additions and 71 deletions

View File

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