Use teleport.ogg for teleport movement sound
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
// Maintainer-controlled web client version.
|
// Maintainer-controlled web client version.
|
||||||
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
|
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
|
||||||
window.CHGRID_WEB_VERSION = "2026.02.21 R73";
|
window.CHGRID_WEB_VERSION = "2026.02.21 R74";
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ const SYSTEM_SOUND_URLS = {
|
|||||||
} as const;
|
} as const;
|
||||||
const FOOTSTEP_SOUND_URLS = Array.from({ length: 11 }, (_, index) => withBase(`sounds/step-${index + 1}.ogg`));
|
const FOOTSTEP_SOUND_URLS = Array.from({ length: 11 }, (_, index) => withBase(`sounds/step-${index + 1}.ogg`));
|
||||||
const FOOTSTEP_GAIN = 0.7;
|
const FOOTSTEP_GAIN = 0.7;
|
||||||
const TELEPORT_SOUND_URL = withBase('sounds/step-1.ogg');
|
const TELEPORT_SOUND_URL = withBase('sounds/teleport.ogg');
|
||||||
const WALL_SOUND_URL = withBase('sounds/wall.ogg');
|
const WALL_SOUND_URL = withBase('sounds/wall.ogg');
|
||||||
|
|
||||||
const state = createInitialState();
|
const state = createInitialState();
|
||||||
|
|||||||
Reference in New Issue
Block a user