Fix more PascalCase inconsistencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user