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
/
interface
/
asset.interface.d.ts
7 lines
(6 loc)
•
107 B
TypeScript
View Raw
1
2
3
4
5
6
7
export interface IAsset {
x
: number;
y
: number; shape: number[][]; isDestroyed: boolean; }