UNPKG
bp-space-invaders
Version:
latest (0.5.10)
0.5.10
0.5.9
0.3.6
0.2.5
0.0.2
0.0.1
The BP Space Invaders Game
github.com/brianpilati/ng-space-invaders
brianpilati/ng-space-invaders
bp-space-invaders
/
lib
/
model
/
debug-assets.model.d.ts
10 lines
(9 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
DebugAssetsModel
{
spaceship
:
boolean
;
alien
:
boolean
;
alienBoss
:
boolean
;
number
:
boolean
;
bomb
:
boolean
;
missile
:
boolean
;
defense
:
boolean
; }