From 271f1db35e1654d0e25e2025c86d46ba401d288e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 21 Mar 2026 11:23:59 +0100 Subject: initial commit --- tetromino_z.tscn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tetromino_z.tscn (limited to 'tetromino_z.tscn') diff --git a/tetromino_z.tscn b/tetromino_z.tscn new file mode 100644 index 0000000..b75e5fc --- /dev/null +++ b/tetromino_z.tscn @@ -0,0 +1,17 @@ +[gd_scene format=3 uid="uid://c886rx8s3x0sl"] + +[ext_resource type="PackedScene" uid="uid://grl15ngihv4n" path="res://tetromino.tscn" id="1_ew5an"] +[ext_resource type="Script" uid="uid://dyktydvpl0td8" path="res://tetromino_z.gd" id="2_tas7q"] + +[node name="TetrominoZ" unique_id=1706763403 instance=ExtResource("1_ew5an")] +modulate = Color(0.31764707, 0.25490198, 0.32941177, 1) +script = ExtResource("2_tas7q") + +[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) -- cgit v1.2.3