Add and update name convention
Some checks failed
Continuous Integration / Code Formatting (push) Successful in 30s
Continuous Integration / Code Quality Check (push) Successful in 30s
Continuous Integration / Test Execution (push) Failing after 17s
Continuous Integration / CI Summary (push) Failing after 4s

This commit is contained in:
2025-09-30 00:09:55 +04:00
parent 61951a047b
commit 5275c5ca94
57 changed files with 455 additions and 68 deletions

View File

@@ -1,8 +1,8 @@
extends Control
const GAMEPLAY_SCENES = {
"match3": "res://scenes/game/gameplays/match3_gameplay.tscn",
"clickomania": "res://scenes/game/gameplays/clickomania_gameplay.tscn"
"match3": "res://scenes/game/gameplays/Match3Gameplay.tscn",
"clickomania": "res://scenes/game/gameplays/ClickomaniaGameplay.tscn"
}
var current_gameplay_mode: String

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=4 format=3 uid="uid://dmwkyeq2l7u04"]
[gd_scene load_steps=4 format=3 uid="uid://8c2w55brpwmm"]
[ext_resource type="Script" uid="uid://bs4veuda3h358" path="res://scenes/game/game.gd" id="1_uwrxv"]
[ext_resource type="PackedScene" path="res://scenes/ui/DebugToggle.tscn" id="3_debug"]

View File

@@ -0,0 +1 @@
uid://bkheckv0upd82

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://cl7g8v0eh3mam"]
[ext_resource type="Script" path="res://scenes/game/gameplays/clickomania_gameplay.gd" id="1_script"]
[ext_resource type="Script" path="res://scenes/game/gameplays/ClickomaniaGameplay.gd" id="1_script"]
[node name="Clickomania" type="Node2D"]
script = ExtResource("1_script")

View File

@@ -4,7 +4,7 @@ extends DebugMenuBase
func _ready():
# Set specific configuration for Match3DebugMenu
log_category = "Match3"
target_script_path = "res://scenes/game/gameplays/match3_gameplay.gd"
target_script_path = "res://scenes/game/gameplays/Match3Gameplay.gd"
# Call parent's _ready
super()

View File

@@ -0,0 +1 @@
uid://dbbi8ooysxp7f

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=3 uid="uid://b4kv7g7kllwgb"]
[ext_resource type="Script" uid="uid://o8crf6688lan" path="res://scenes/game/gameplays/match3_gameplay.gd" id="1_mvfdp"]
[ext_resource type="Script" uid="uid://o8crf6688lan" path="res://scenes/game/gameplays/Match3Gameplay.gd" id="1_mvfdp"]
[ext_resource type="PackedScene" uid="uid://b76oiwlifikl3" path="res://scenes/game/gameplays/Match3DebugMenu.tscn" id="2_debug_menu"]
[node name="Match3" type="Node2D"]

View File

@@ -0,0 +1 @@
uid://ogm8w7l6bhif

View File

@@ -0,0 +1 @@
uid://duheejfr6de6x

View File

@@ -0,0 +1 @@
uid://dy3aym6riijct

View File

@@ -1 +0,0 @@
uid://bapywtqdghjqp