Fix more PascalCase inconsistencies

This commit is contained in:
2025-10-01 12:07:54 +04:00
parent f6475f83f6
commit 550b2ac220
12 changed files with 55 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ static func restore_grid_from_layout(
for child in match3_node.get_children():
if child.has_method("get_script") and child.get_script():
var script_path = child.get_script().resource_path
if script_path == "res://scenes/game/gameplays/tile.gd":
if script_path == "res://scenes/game/gameplays/Tile.gd":
all_tile_children.append(child)
# Remove all found tile children