-
Notifications
You must be signed in to change notification settings - Fork 0
/
Line.tscn
67 lines (54 loc) · 1.67 KB
/
Line.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://StaticCell.tscn" type="PackedScene" id=1]
[ext_resource path="res://Line.gd" type="Script" id=2]
[node name="Line" type="HBoxContainer"]
anchor_right = 1.0
margin_right = -200.0
margin_bottom = 50.0
rect_min_size = Vector2( 500, 50 )
custom_constants/separation = 0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Cell1" parent="." instance=ExtResource( 1 )]
margin_right = 50.0
margin_bottom = 50.0
[node name="Cell2" parent="." instance=ExtResource( 1 )]
margin_left = 50.0
margin_right = 100.0
margin_bottom = 50.0
[node name="Cell3" parent="." instance=ExtResource( 1 )]
margin_left = 100.0
margin_right = 150.0
margin_bottom = 50.0
[node name="Cell4" parent="." instance=ExtResource( 1 )]
margin_left = 150.0
margin_right = 200.0
margin_bottom = 50.0
[node name="Cell5" parent="." instance=ExtResource( 1 )]
margin_left = 200.0
margin_right = 250.0
margin_bottom = 50.0
[node name="Cell6" parent="." instance=ExtResource( 1 )]
margin_left = 250.0
margin_right = 300.0
margin_bottom = 50.0
[node name="Cell7" parent="." instance=ExtResource( 1 )]
margin_left = 300.0
margin_right = 350.0
margin_bottom = 50.0
[node name="Cell8" parent="." instance=ExtResource( 1 )]
margin_left = 350.0
margin_right = 400.0
margin_bottom = 50.0
[node name="Cell9" parent="." instance=ExtResource( 1 )]
margin_left = 400.0
margin_right = 450.0
margin_bottom = 50.0
[node name="Cell10" parent="." instance=ExtResource( 1 )]
margin_left = 450.0
margin_right = 500.0
margin_bottom = 50.0
[node name="Tween" type="Tween" parent="."]
[connection signal="tween_all_completed" from="Tween" to="." method="remettreenplace"]