horn scroll and lower limits!!

This commit is contained in:
legop3
2026-05-17 23:51:43 -04:00
parent f9c4249086
commit 84e5cbc787
6 changed files with 151 additions and 136 deletions
+1
View File
@@ -22,6 +22,7 @@ export const SONG_DEFAULT_DURATION = 8;
export const SONG_REPEAT_MS = 250;
export const HORN_MAX_MS = 4000;
export const HORN_MAX_FREQUENCY = 2000;
export const HORN_HEAT_UP_PER_SEC = 0.4;
export const HORN_HEAT_COOL_PER_SEC = 0.2;
export const HORN_HEAT_RESUME_THRESHOLD = 0.8;