input (date)

This commit is contained in:
Face
2025-07-25 13:43:11 +03:00
parent c1e442bb83
commit 465200cd28
40 changed files with 1554 additions and 67 deletions

View File

@@ -81,7 +81,6 @@ func create_tab() -> void:
tab.tab_closed.connect(_tab_closed.bind(index))
h_box_container.add_child(tab)
tab.animation.play("appear")
set_active_tab(index)