fix snow and exposure

This commit is contained in:
2026-06-30 17:04:40 +02:00
parent 952058b0e0
commit 8198f7df1f
13 changed files with 677 additions and 27 deletions

View File

@@ -109,7 +109,7 @@ func _on_update_rails_pressed() -> void:
UIEvents.update_rail_chunks.emit()
func _on_toot_toot_pressed() -> void:
UIEvents.toot_toot.emit()
UIEvents.toot_toot.emit(true)
func _on_reset_stats_ach_pressed() -> void:
StatsManager.reset_all(true)