Create GameMapProperties index
This commit is contained in:
@@ -14,13 +14,4 @@ export enum DivImportance {
|
||||
|
||||
export const ON_ACTION_TRIGGER_BUTTON = "onaction";
|
||||
|
||||
export const TRIGGER_WEBSITE_PROPERTIES = "openWebsiteTrigger";
|
||||
export const TRIGGER_JITSI_PROPERTIES = "jitsiTrigger";
|
||||
|
||||
export const WEBSITE_MESSAGE_PROPERTIES = "openWebsiteTriggerMessage";
|
||||
export const JITSI_MESSAGE_PROPERTIES = "jitsiTriggerMessage";
|
||||
|
||||
export const AUDIO_VOLUME_PROPERTY = "audioVolume";
|
||||
export const AUDIO_LOOP_PROPERTY = "audioLoop";
|
||||
|
||||
export type Box = { xStart: number; yStart: number; xEnd: number; yEnd: number };
|
||||
|
||||
Reference in New Issue
Block a user