Vanessa 2024-07-01 21:55:36 +08:00
parent 1a7ac92d22
commit b335d7126c
3 changed files with 17 additions and 1 deletions

View file

@ -65,6 +65,7 @@ export abstract class Constants {
public static readonly CUSTOM_RIFF_DECKS: string = "custom-riff-decks";
// size
public static readonly SIZE_DATABASE_MAZ_SIZE: number = 102400;
public static readonly SIZE_SCROLL_TB: number = 24;
public static readonly SIZE_SCROLL_STEP: number = 256;
public static readonly SIZE_LINK_TEXT_MAX: number = 64;