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

@@ -88,6 +88,9 @@ func _exit_tree():
loading_tween = null
remove_from_group("tabs")
func _enter_tree() -> void:
$AnimationPlayer.play("appear")
func _on_button_pressed() -> void:
# Check if click was on close button area
var mouse_pos = get_global_mouse_position()