blob: c3e3265eed057c1bb646f80db5d353915283af34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[gd_scene format=3 uid="uid://ctm2irgxy6bm1"]
[ext_resource type="PackedScene" uid="uid://grl15ngihv4n" path="res://tetromino.tscn" id="1_7svxj"]
[ext_resource type="Script" uid="uid://casiw3qom16h" path="res://tetromino_j.gd" id="2_sr5et"]
[node name="TetrominoJ" unique_id=1706763403 instance=ExtResource("1_7svxj")]
modulate = Color(0.3019608, 0.24705882, 1, 1)
script = ExtResource("2_sr5et")
[node name="TetrominoSegment" parent="Segments" parent_id_path=PackedInt32Array(1494382942) index="0" unique_id=315984332]
position = Vector2(0, -8)
[node name="TetrominoSegment2" parent="Segments" parent_id_path=PackedInt32Array(1494382942) index="1" unique_id=2140662852]
position = Vector2(8, 0)
[node name="TetrominoSegment3" parent="Segments" parent_id_path=PackedInt32Array(1494382942) index="2" unique_id=242883871]
position = Vector2(16, 0)
|