Added win condition for level 1 and added boss fight for level 5
This commit is contained in:
@@ -16,6 +16,6 @@ func _physics_process(delta: float) -> void:
|
||||
return
|
||||
|
||||
|
||||
func _on_tifetime_timeout() -> void:
|
||||
func _on_lifetime_timeout() -> void:
|
||||
call_deferred('queue_free')
|
||||
return
|
||||
|
Reference in New Issue
Block a user