diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2026-03-21 11:23:59 +0100 |
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2026-03-21 11:23:59 +0100 |
| commit | 271f1db35e1654d0e25e2025c86d46ba401d288e (patch) | |
| tree | 3ea40d061254d2a7745b941ef309fc71fc4a06d7 /tetromino_s.tscn | |
Diffstat (limited to 'tetromino_s.tscn')
| -rw-r--r-- | tetromino_s.tscn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tetromino_s.tscn b/tetromino_s.tscn new file mode 100644 index 0000000..1f6a6a5 --- /dev/null +++ b/tetromino_s.tscn @@ -0,0 +1,17 @@ +[gd_scene format=3 uid="uid://dqe14854alsgx"] + +[ext_resource type="PackedScene" uid="uid://grl15ngihv4n" path="res://tetromino.tscn" id="1_tq3fv"] +[ext_resource type="Script" uid="uid://crdrqqyb37ael" path="res://tetromino_s.gd" id="2_ar4yt"] + +[node name="TetrominoS" unique_id=1706763403 instance=ExtResource("1_tq3fv")] +modulate = Color(0.78431374, 0.75686276, 0.6862745, 1) +script = ExtResource("2_ar4yt") + +[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) |
