UNPKG

bp-prism-game

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