UNPKG
blob2d
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Typed Modular 2D Game Engine for Web
github.com/bartoszlorek/blob2d
bartoszlorek/blob2d
blob2d
/
templates
/
keyframes.ts
7 lines
(5 loc)
•
188 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
TKeyframesDictionary
}
from
'blob2d'
;
import
{
Keyframes
}
from
'./types'
;
export
const
keyframes
:
TKeyframesDictionary
<
Keyframes
> = {
'player/move'
: {
firstGID
:
1
,
lastGID
:
4
}, };