feat: replace activity markers with typed sites

This commit is contained in:
2026-07-07 13:27:02 +02:00
parent e5bd93d705
commit 4c090f1635
19 changed files with 308 additions and 126 deletions
+3 -6
View File
@@ -91,15 +91,12 @@ func _update_presentation() -> void:
label.text = text
static func get_by_id(search_id: StringName) -> StorageNode:
static func get_by_id(search_id: StringName):
for node in _all:
if node.storage_id == search_id:
return node
return null
static func get_all() -> Array[StorageNode]:
var nodes: Array[StorageNode] = []
for node in _all:
nodes.append(node as StorageNode)
return nodes
static func get_all() -> Array:
return _all.duplicate()
+1
View File
@@ -0,0 +1 @@
uid://cgxnb8qsttpqy