You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
443 B
18 lines
443 B
[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
|
|
|