UNPKG

bp-space-invaders

Version:
6 lines (5 loc) 193 B
export declare const COLS = 31; export declare const ROWS = 31; export declare const BLOCK_SIZE = 25; export declare const ASSET_ANIMATION: number[][][]; export declare const COLORS: string[];