Updated mirror wave; tweaked CRT movement

This commit is contained in:
Henry 2026-02-27 01:05:55 +00:00
parent 7e75a96795
commit 78472ee95c
28 changed files with 938 additions and 32 deletions

View file

@ -45,7 +45,7 @@ func _process(delta):
start(start_pos)
func explode():
func hit_detection():
if exploding: return
exploding = true
EventBus.enemy_hit.emit(5)