game: add spawn rate to debug ui

This commit is contained in:
2025-08-20 19:41:13 +02:00
parent 7136b07de5
commit 56278de1d7
6 changed files with 34 additions and 4 deletions

View File

@@ -75,3 +75,7 @@ func update_debug_stats() -> void:
func _on_time_scale_slider_value_changed(value: float) -> void:
Engine.time_scale = value
func _on_spawn_rate_value_changed(value: float) -> void:
GlobalConst.sig_set_spawn_rate.emit(value)