More work on audio system, started adding carrier icon

This commit is contained in:
Davide Passoni
2024-10-07 18:00:44 +02:00
parent fc00a4eac4
commit 01897019b0
26 changed files with 488 additions and 255 deletions

View File

@@ -237,6 +237,7 @@ export const defaultMapMirrors = {};
export const defaultMapLayers = {};
/* Map constants */
export const NOT_INITIALIZED = "Not initialized";
export const IDLE = "Idle";
export const SPAWN_UNIT = "Spawn unit";
export const CONTEXT_ACTION = "Context action";