Updated mirror wave; tweaked CRT movement
This commit is contained in:
parent
7e75a96795
commit
78472ee95c
28 changed files with 938 additions and 32 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue