More work on sources

This commit is contained in:
Davide Passoni
2024-09-03 20:19:11 +02:00
parent b352bc824c
commit a64ccab15f
22 changed files with 604 additions and 281 deletions

View File

@@ -356,3 +356,8 @@ export const GROUPING_ZOOM_TRANSITION = 13;
export const MAX_SHOTS_SCATTER = 3;
export const MAX_SHOTS_INTENSITY = 3;
export const SHOTS_SCATTER_DEGREES = 10;
export enum AudioMessageType {
audio,
settings,
}