]> Untitled Git - catris.git/blob - piece/T-piece.tscn
Broken: doesn't rotate correctly on the right side
[catris.git] / piece / T-piece.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://36g8xep7m4ly"]
2
3 [ext_resource type="Script" uid="uid://uhr6sr2hggfc" path="res://script/piece.gd" id="1_ad4jm"]
4 [ext_resource type="PackedScene" uid="uid://cmdvtaiunt32k" path="res://piece/cell.tscn" id="2_h7cue"]
5
6 [node name="Piece" type="Node2D"]
7 script = ExtResource("1_ad4jm")
8
9 [node name="Cell" parent="." instance=ExtResource("2_h7cue")]
10 position = Vector2(-20, 0)
11
12 [node name="Cell2" parent="." instance=ExtResource("2_h7cue")]
13 position = Vector2(20, 0)
14
15 [node name="Cell3" parent="." instance=ExtResource("2_h7cue")]
16
17 [node name="Cell4" parent="." instance=ExtResource("2_h7cue")]
18 position = Vector2(0, 20)