diff options
Diffstat (limited to 'tetromino_cube.tscn')
| -rw-r--r-- | tetromino_cube.tscn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tetromino_cube.tscn b/tetromino_cube.tscn new file mode 100644 index 0000000..1afd0d7 --- /dev/null +++ b/tetromino_cube.tscn @@ -0,0 +1,17 @@ +[gd_scene format=3 uid="uid://b3vg805oayd5x"] + +[ext_resource type="PackedScene" uid="uid://grl15ngihv4n" path="res://tetromino.tscn" id="1_tyw3i"] +[ext_resource type="Script" uid="uid://hom6eog7jm8j" path="res://tetromino_cube.gd" id="2_maj8w"] + +[node name="TetrominoCube" unique_id=1706763403 instance=ExtResource("1_tyw3i")] +modulate = Color(0.21568628, 1, 1, 1) +script = ExtResource("2_maj8w") + +[node name="TetrominoSegment" parent="Segments" parent_id_path=PackedInt32Array(1494382942) index="0" unique_id=315984332] +position = Vector2(8, 0) + +[node name="TetrominoSegment2" parent="Segments" parent_id_path=PackedInt32Array(1494382942) index="1" unique_id=2140662852] +position = Vector2(0, 8) + +[node name="TetrominoSegment3" parent="Segments" parent_id_path=PackedInt32Array(1494382942) index="2" unique_id=242883871] +position = Vector2(8, 8) |
