title screen
This commit is contained in:
parent
2fd199612b
commit
d464e0499b
12 changed files with 147 additions and 7 deletions
|
|
@ -46,6 +46,7 @@ func _process(_delta: float) -> void:
|
|||
doomed_point_idx = doomed_point_idx % MAX_CACHED_POINTS
|
||||
|
||||
func _on_timer_timeout() -> void:
|
||||
if not Level.is_active(): return
|
||||
if points.is_empty():
|
||||
push_warning("tried to spawn enemy, but can't find a point!")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue