match-3 grid generation

make game scene modular
global debug mode
This commit is contained in:
2025-09-24 10:45:14 +04:00
committed by nett00n
parent e11e864b26
commit 7182c45351
21 changed files with 506 additions and 94 deletions

View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://b4kv7g7kllwgb"]
[ext_resource type="Script" path="res://scenes/game/gameplays/match3_gameplay.gd" id="1_mvfdp"]
[ext_resource type="PackedScene" path="res://scenes/game/gameplays/Match3DebugMenu.tscn" id="2_debug_menu"]
[node name="Match3" type="Node2D"]
script = ExtResource("1_mvfdp")
[node name="GridContainer" type="Node2D" parent="."]
[node name="UILayer" type="CanvasLayer" parent="."]
[node name="Match3DebugMenu" parent="UILayer" instance=ExtResource("2_debug_menu")]