]> Untitled Git - catris.git/blob - piece/cell.tscn
Broken: doesn't rotate correctly on the right side
[catris.git] / piece / cell.tscn
1 [gd_scene load_steps=3 format=3 uid="uid://cmdvtaiunt32k"]
2
3 [ext_resource type="Script" uid="uid://ds1rixr57lt7e" path="res://script/cell.gd" id="1_gxfu7"]
4 [ext_resource type="Texture2D" uid="uid://84uig641vqbo" path="res://asset/cell.png" id="2_eibgp"]
5
6 [node name="Cell" type="Node2D"]
7 script = ExtResource("1_gxfu7")
8 block_size = 20
9
10 [node name="TextureRect" type="TextureRect" parent="."]
11 offset_right = 20.0
12 offset_bottom = 20.0
13 texture = ExtResource("2_eibgp")
14 expand_mode = 1