Add quota dots to screen and color-code people count

- And try to remove survivors after doors close with queue_free
- And move panel?? Still not right.
This commit is contained in:
Jennie Robinson Faber 2026-05-11 17:23:46 +01:00
parent 0cc7611515
commit b92388cfe0
7 changed files with 43 additions and 5 deletions

View file

@ -24,6 +24,7 @@ func _on_doors_opened():
func _on_doors_closed(fast: bool):
_set_door_collision(true)
_tween_doors(DOOR_CLOSED_X, DOOR_FAST_CLOSE_TIME if fast else DOOR_DEFAULT_TIME)
_tween.chain().tween_callback(func(): EventBus.doors_fully_closed.emit())
func _on_pulse_started(duration: float):
_set_door_collision(true)