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

13
scenes/match3/match3.tscn Normal file
View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://b4kv7g7kllwgb"]
[ext_resource type="Script" uid="uid://bvyiwvpepqfdu" path="res://scenes/match3/match3.gd" id="1_mvfdp"]
[ext_resource type="Texture2D" uid="uid://ccprr0qrj3lgm" path="res://assets/sprites/gems/rg_19.png" id="2_0fhn8"]
[node name="Match3" type="Node2D"]
script = ExtResource("1_mvfdp")
[node name="GridContainer" type="Node2D" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(584, 317)
texture = ExtResource("2_0fhn8")