5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
// time in milliseconds
|
|
export const FONT_LOAD_THRESHOLD = 1000;
|
|
export const TAP_TWICE_TIMEOUT = 300;
|
|
export const INITAL_SCENE_UPDATE_TIMEOUT = 5000;
|