Mineshafts-prototype2/engine/loader/loader.tscn

34 lines
734 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://engine/loader/loader.gd" type="Script" id=1]
[ext_resource path="res://game/textures/stone.png" type="Texture" id=2]
[node name="loader" type="TextureRect"]
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 2 )
expand = true
stretch_mode = 7
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="progressbar" type="ProgressBar" parent="."]
margin_top = 560.0
margin_right = 1024.0
margin_bottom = 600.0
step = 0.1
[node name="label" type="Label" parent="progressbar"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -14.0
margin_bottom = -40.0
text = "Loading..."
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}