Bob a des dialogues conditionels
This commit is contained in:
@@ -39,9 +39,6 @@ func _ready() -> void:
|
||||
if (obstacles.get_cell_tile_data(tile_position) != null and
|
||||
obstacles.get_cell_tile_data(tile_position).get_collision_polygons_count(0)):
|
||||
astar_grid.set_point_solid(tile_position)
|
||||
|
||||
#TODO find if the world cell is matching a semaphore pylon
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
if !controled:
|
||||
|
||||
Reference in New Issue
Block a user