add animations
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user