Bob a des dialogues conditionels

This commit is contained in:
Thomas
2025-03-29 17:24:36 +01:00
parent 6edefc58d0
commit 93f4bc39b4
8 changed files with 154 additions and 116 deletions

View File

@@ -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: