added some sound triggers and holes in the map

This commit is contained in:
2023-12-17 02:02:16 +11:00
parent 046c4f5afb
commit e1a867d2a9
99 changed files with 1375 additions and 239 deletions

View File

@@ -125,7 +125,8 @@ func disable_all_tower_frames():
func enable_non_path_tower_frames():
for frame in tower_frames:
frame.set_visible(true)
if !astar.is_point_disabled(tower_frames.find(frame)):
frame.set_visible(true)
disable_path_tower_frames()