add base system

This commit is contained in:
2026-04-11 18:40:28 +02:00
parent ecaa3704d7
commit adaa9eda98
35 changed files with 689 additions and 0 deletions

View File

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