game: add bleed

This commit is contained in:
2025-08-22 20:50:11 +02:00
parent 0dada63709
commit 6fff2dd9a3
15 changed files with 163 additions and 28 deletions

View File

@@ -115,4 +115,3 @@ func _on_set_spawn_rate(val: float):
timer.stop()
timer.wait_time = 1.0 / val
timer.start()
print_debug("spawn_rate: %s" % timer.wait_time)