Fixes Relay bug, adds a small "prep" timer when entering a new room, and lowers Anchors health

This commit is contained in:
2026-03-09 11:20:36 -04:00
parent 0fbaf1ee65
commit 8087c57c32
7 changed files with 46 additions and 11 deletions
+3
View File
@@ -56,10 +56,13 @@ func _snap_to_wall() -> void:
global_position = wall_pos
func _physics_process(delta: float) -> void:
_tick_spawn_delay(delta)
_find_player()
_tick_contact(delta)
_tick_flash(delta)
_tick_slow(delta)
if not is_active():
return
velocity = Vector2.ZERO
_do_fire(delta)
velocity *= _slow_factor