-
Notifications
You must be signed in to change notification settings - Fork 0
/
generate_maps.tscn
44 lines (37 loc) · 1.01 KB
/
generate_maps.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[gd_scene load_steps=3 format=2]
[ext_resource path="res://drawable.gd" type="Script" id=1]
[ext_resource path="res://generate_maps.gd" type="Script" id=2]
[node name="generate_maps" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": true
}
[node name="gen" type="Viewport" parent="."]
size = Vector2( 512, 512 )
disable_3d = true
usage = 0
render_target_v_flip = true
render_target_update_mode = 3
[node name="drawable" type="ColorRect" parent="gen"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 1 )
[node name="gen_maps" type="VBoxContainer" parent="."]
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_top = -16.0
margin_bottom = 16.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="gen_maps"]
margin_right = 1024.0
margin_bottom = 14.0
text = "Generating maps..."
[node name="ProgressBar" type="ProgressBar" parent="gen_maps"]
margin_top = 18.0
margin_right = 1024.0
margin_bottom = 32.0