-
Notifications
You must be signed in to change notification settings - Fork 0
/
S.tscn
79 lines (64 loc) · 2.16 KB
/
S.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[gd_scene load_steps=3 format=2]
[ext_resource path="res://S.gd" type="Script" id=1]
[ext_resource path="res://MovingCell.tscn" type="PackedScene" id=2]
[node name="T" type="Control"]
margin_right = 150.0
margin_bottom = 150.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
custom_constants/separation = 0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer1" type="HBoxContainer" parent="VBoxContainer"]
margin_right = 150.0
margin_bottom = 50.0
custom_constants/separation = 0
[node name="Cell1" parent="VBoxContainer/HBoxContainer1" instance=ExtResource( 2 )]
margin_right = 50.0
margin_bottom = 50.0
[node name="Cell2" parent="VBoxContainer/HBoxContainer1" instance=ExtResource( 2 )]
margin_left = 50.0
margin_right = 100.0
margin_bottom = 50.0
[node name="Cell3" parent="VBoxContainer/HBoxContainer1" instance=ExtResource( 2 )]
margin_left = 100.0
margin_right = 150.0
margin_bottom = 50.0
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 50.0
margin_right = 150.0
margin_bottom = 100.0
custom_constants/separation = 0
[node name="Cell1" parent="VBoxContainer/HBoxContainer2" instance=ExtResource( 2 )]
margin_right = 50.0
margin_bottom = 50.0
[node name="Cell2" parent="VBoxContainer/HBoxContainer2" instance=ExtResource( 2 )]
margin_left = 50.0
margin_right = 100.0
margin_bottom = 50.0
[node name="Cell3" parent="VBoxContainer/HBoxContainer2" instance=ExtResource( 2 )]
margin_left = 100.0
margin_right = 150.0
margin_bottom = 50.0
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
margin_top = 100.0
margin_right = 150.0
margin_bottom = 150.0
custom_constants/separation = 0
[node name="Cell1" parent="VBoxContainer/HBoxContainer3" instance=ExtResource( 2 )]
margin_right = 50.0
margin_bottom = 50.0
[node name="Cell2" parent="VBoxContainer/HBoxContainer3" instance=ExtResource( 2 )]
margin_left = 50.0
margin_right = 100.0
margin_bottom = 50.0
[node name="Cell3" parent="VBoxContainer/HBoxContainer3" instance=ExtResource( 2 )]
margin_left = 100.0
margin_right = 150.0
margin_bottom = 50.0