]> Untitled Git - catris.git/blob - piece/L-piece.tscn
Added pieces. Needs proper collision handling
[catris.git] / piece / L-piece.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://dy0ckr6gerb0u"]
2
3 [ext_resource type="Script" uid="uid://uhr6sr2hggfc" path="res://script/piece.gd" id="1_vj3oe"]
4 [ext_resource type="PackedScene" uid="uid://cmdvtaiunt32k" path="res://piece/cell.tscn" id="2_ptex0"]
5
6 [node name="Piece" type="Node2D"]
7 script = ExtResource("1_vj3oe")
8
9 [node name="Cell" parent="." instance=ExtResource("2_ptex0")]
10 position = Vector2(-20, 0)
11
12 [node name="Cell2" parent="." instance=ExtResource("2_ptex0")]
13 position = Vector2(-20, -20)
14
15 [node name="Cell3" parent="." instance=ExtResource("2_ptex0")]
16
17 [node name="Cell4" parent="." instance=ExtResource("2_ptex0")]
18 position = Vector2(-20, -40)