UNPKG

bp-prism-game

Version:
17 lines (16 loc) 249 B
/** * The asset animation array */ export declare const ASSET_ANIMATION: number[][][]; /** * Columns */ export declare const COLS = 25; /** * Rows */ export declare const ROWS = 20; /** * The colors */ export declare const COLORS: string[];