refactor structure

This commit is contained in:
2025-09-22 11:43:09 +04:00
committed by nett00n
parent 4e0b5fe3d2
commit 9b3a20cdf1
149 changed files with 518 additions and 214 deletions

21
scenes/game/game.tscn Normal file
View File

@@ -0,0 +1,21 @@
[gd_scene load_steps=3 format=3 uid="uid://dmwkyeq2l7u04"]
[ext_resource type="Script" uid="uid://bvtr6yhlyuv4v" path="res://scenes/game/game.gd" id="1_uwrxv"]
[ext_resource type="PackedScene" uid="uid://b4kv7g7kllwgb" path="res://scenes/match3/match3.tscn" id="2_yqjtg"]
[node name="Game" type="Node"]
script = ExtResource("1_uwrxv")
[node name="BackButtonContainer" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="BackButton" type="Button" parent="BackButtonContainer"]
layout_mode = 0
offset_right = 45.0
offset_bottom = 31.0
text = "back"
[node name="Match3" parent="." instance=ExtResource("2_yqjtg")]