First commit 🎉

This commit is contained in:
Tony Bark 2025-07-17 01:49:18 -04:00
commit 43ea213f9b
728 changed files with 37080 additions and 0 deletions

View file

@ -0,0 +1,13 @@
@tool
extends Control
@onready var label: Label = %Label
@onready var progress_bar: ProgressBar = %ProgressBar
#region Public #####################################################################################
func close() -> void:
get_parent().queue_free()
#endregion