new
This commit is contained in:
12
engine/scripts/loading/loading.gd
Normal file
12
engine/scripts/loading/loading.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
#*****************************************************************************
|
||||
# @author MakerYang
|
||||
# @site mir2.makeryang.com
|
||||
#*****************************************************************************
|
||||
|
||||
extends Control
|
||||
|
||||
# 场景资源
|
||||
@onready var progress_bar: TextureProgressBar = $Progress/ProgressBar
|
||||
|
||||
func _ready() -> void:
|
||||
progress_bar.value = 0
|
||||
Reference in New Issue
Block a user