Sync survivor spawning with per-floor pacing
Clear runners on each new floor as well
This commit is contained in:
parent
ec958717b1
commit
6b2065f4b2
4 changed files with 38 additions and 39 deletions
|
|
@ -48,6 +48,7 @@ func _start_floor():
|
|||
|
||||
EventBus.people_changed.emit(people_in_elevator, threshold)
|
||||
EventBus.floor_changed.emit(current_floor)
|
||||
EventBus.floor_started.emit(survivors_remaining)
|
||||
|
||||
var screen = $PanelMargin/PanelColumn/Screen
|
||||
screen.start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue