Fix a whole bunch of issues #9

Merged
Puppyfruit-Lexi merged 5 commits from bugfixes into main 2026-02-14 19:06:42 +11:00
Showing only changes of commit 11b1745c9d - Show all commits

View File

@@ -120,7 +120,7 @@ func process_looking_at_tower() -> void:
point = ray_collider.point
if last_point != point:
clear_previous_point()
last_point = null
wall_preview.set_visible(false)
ray_collider.set_color(Color.RED)
ray_collider.set_float(0.0)