refactor structure

This commit is contained in:
2025-09-22 11:43:09 +04:00
parent 900f831db7
commit cbf6d0e075
149 changed files with 518 additions and 214 deletions

8
scenes/match3/Tile.tscn Normal file
View File

@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://bnk1gqom3oi6q"]
[ext_resource type="Script" uid="uid://3bu5wgfarlgp" path="res://scenes/match3/tile.gd" id="1_tile_script"]
[node name="Tile" type="Node2D"]
script = ExtResource("1_tile_script")
[node name="Sprite2D" type="Sprite2D" parent="."]