res://scenes/game/gameplays/tile.tscn -> Tile.tscn
Some checks failed
Some checks failed
This commit is contained in:
@@ -10,7 +10,7 @@ signal grid_state_loaded(grid_size: Vector2i, tile_types: int)
|
||||
## PROCESSING: Detecting matches, clearing tiles, dropping new ones, checking cascades
|
||||
enum GameState { WAITING, SELECTING, SWAPPING, PROCESSING }
|
||||
|
||||
const TILE_SCENE := preload("res://scenes/game/gameplays/tile.tscn")
|
||||
const TILE_SCENE := preload("res://scenes/game/gameplays/Tile.tscn")
|
||||
|
||||
# Safety constants
|
||||
const MAX_GRID_SIZE := 15
|
||||
|
||||
Reference in New Issue
Block a user