longer horn allowance

This commit is contained in:
legop3
2026-01-31 21:20:19 -05:00
parent 7c1b290df3
commit d3852dd86b
8 changed files with 5 additions and 117 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ export const SONG_DEFAULT_NOTE = 60;
export const SONG_DEFAULT_DURATION = 8;
export const SONG_REPEAT_MS = 250;
export const HORN_MAX_MS = 1200;
export const HORN_HEAT_UP_PER_SEC = 1;
export const HORN_MAX_MS = 4000;
export const HORN_HEAT_UP_PER_SEC = 0.8;
export const HORN_HEAT_COOL_PER_SEC = 0.2;
export const HORN_HEAT_RESUME_THRESHOLD = 0.8;