UNPKG
bp-prism-game
Version:
latest (0.3.7)
0.3.7
0.3.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
The BP Prism Game
github.com/brianpilati/ng-prism-game
brianpilati/ng-prism-game
bp-prism-game
/
lib
/
prism
/
prism-blast
/
prism-blast-constants.d.ts
17 lines
(16 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** * 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
[];