-
Notifications
You must be signed in to change notification settings - Fork 1
/
Wfc.tscn
56 lines (47 loc) · 1.5 KB
/
Wfc.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
45
46
47
48
49
50
51
52
53
54
55
56
[gd_scene load_steps=2 format=2]
[ext_resource path="res://WfcRoot.cs" type="Script" id=1]
[node name="WfcRoot" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
custom_constants/margin_right = 16
custom_constants/margin_top = 8
custom_constants/margin_left = 16
custom_constants/margin_bottom = 8
script = ExtResource( 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 16.0
margin_top = 8.0
margin_right = 1008.0
margin_bottom = 592.0
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 992.0
margin_bottom = 560.0
size_flags_vertical = 3
custom_constants/separation = 16
[node name="InputTexture" type="TextureRect" parent="VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
margin_right = 478.0
margin_bottom = 560.0
size_flags_horizontal = 3
expand = true
stretch_mode = 5
[node name="VSeparator" type="VSeparator" parent="VBoxContainer/HBoxContainer"]
margin_left = 494.0
margin_right = 498.0
margin_bottom = 560.0
[node name="OutputTexture" type="TextureRect" parent="VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
margin_left = 514.0
margin_right = 992.0
margin_bottom = 560.0
size_flags_horizontal = 3
stretch_mode = 5
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 564.0
margin_right = 992.0
margin_bottom = 584.0
[node name="GenerateButton" type="Button" parent="VBoxContainer/HBoxContainer2"]
unique_name_in_owner = true
margin_right = 71.0
margin_bottom = 20.0
text = "Generate"