Initial commit, layout mockup

This commit is contained in:
2025-02-15 22:57:49 +01:00
commit 21b101e2bb
70 changed files with 7646 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
extends PopupMenu
func _ready():
for child in get_children():
if child is PopupMenu:
add_submenu_node_item(child.name, child)
pass
pass
pass