parent
adcddbd976
commit
3da2c271f5
@ -0,0 +1,18 @@ |
|||||||
|
[gd_scene load_steps=2 format=2] |
||||||
|
|
||||||
|
[ext_resource path="res://utils/world_generation/WorldGeneration.gd" type="Script" id=1] |
||||||
|
|
||||||
|
[node name="WorldGeneration" type="Control"] |
||||||
|
anchor_right = 1.0 |
||||||
|
anchor_bottom = 1.0 |
||||||
|
script = ExtResource( 1 ) |
||||||
|
|
||||||
|
[node name="ProgressBar" type="ProgressBar" parent="."] |
||||||
|
anchor_left = 0.5 |
||||||
|
anchor_top = 0.5 |
||||||
|
anchor_right = 0.5 |
||||||
|
anchor_bottom = 0.5 |
||||||
|
margin_left = -82.5 |
||||||
|
margin_top = -7.0 |
||||||
|
margin_right = 82.5 |
||||||
|
margin_bottom = 7.0 |
||||||
Loading…
Reference in new issue