mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://background_load.gd" type="Script" id=1]
|
|
|
|
[node name="BackgroundLoad" type="Control"]
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Progress" type="ProgressBar" parent="."]
|
|
visible = false
|
|
margin_left = 7.0
|
|
margin_top = 8.0
|
|
margin_right = 207.0
|
|
margin_bottom = 22.0
|
|
step = 1.0
|