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
/
asset
/
enum
/
asset-align.enum.d.ts
10 lines
(9 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
enum
AssetAlignEnum
{ left =
"left"
, leftThird =
"leftThird"
, leftFourth =
"leftFourth"
, right =
"right"
, rightThird =
"rightThird"
, rightFourth =
"rightFourth"
, center =
"center"
}