feat: Add core game managers, main scene, enhanced gridmap, and essential assets, including a new special tiles manager for power-up effects and inventory.
This commit is contained in:
@@ -16,7 +16,7 @@ signal grid_updated
|
||||
@export var hover_item: int = 1
|
||||
@export var start_item: int = -1
|
||||
@export var end_item: int = -1
|
||||
@export var immutable_items: Array[int] = [1, 2, 3, 4] # Items that cannot be randomized/reset (Start, Safe, Finish, Wall)
|
||||
@export var immutable_items: Array[int] = [1, 2, 3, 4, 16] # Items that cannot be randomized/reset (Start, Safe, Finish, Wall, Safe Zone Wall)
|
||||
|
||||
var current_mesh_library: MeshLibrary
|
||||
var grid_data: Array = [] # 3D array [floor][row][column]
|
||||
|
||||
Reference in New Issue
Block a user