First commit 🎉
This commit is contained in:
commit
43ea213f9b
728 changed files with 37080 additions and 0 deletions
13
addons/popochiu/editor/popups/progress/progress.gd
Normal file
13
addons/popochiu/editor/popups/progress/progress.gd
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue