UNPKG
raingame
Version:
latest (1.0.0)
1.0.0
2D game framework
github.com/awayel/Rain
awayel/Rain
raingame
/
src
/
types
/
Types.ts
14 lines
(12 loc)
•
227 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
enum
moveTypes { NORMAL =
"normal"
, ANGLE =
"angle"
, GRADULLY =
"gradully"
}
export
enum
touchTypes { RANGE =
"range"
, PIXEL =
"pixel"
}
export
enum
MouseActions { Click =
'click'
}