add animations

This commit is contained in:
2026-05-12 23:48:04 +02:00
parent 3d7c8e5f43
commit 788397e544
20 changed files with 288 additions and 60 deletions

View File

@@ -8,6 +8,7 @@ func _ready() -> void:
tab.on_tab_selected.connect(_on_tab_pressed)
tabs[0].select()
pages[0].show()
func _on_tab_pressed(index: int):
for page in pages: