Files
mir-godot/engine/scripts/loading/loading.gd

13 lines
360 B
GDScript3
Raw Normal View History

2024-08-06 18:30:21 +08:00
#*****************************************************************************
# @author MakerYang
# @site mir2.makeryang.com
#*****************************************************************************
extends Control
# 场景资源
@onready var progress_bar: TextureProgressBar = $Progress/ProgressBar
func _ready() -> void:
progress_bar.value = 0