UNPKG

blob2d

Version:

Typed Modular 2D Game Engine for Web

7 lines (5 loc) 188 B
import {TKeyframesDictionary} from 'blob2d'; import {Keyframes} from './types'; export const keyframes: TKeyframesDictionary<Keyframes> = { 'player/move': {firstGID: 1, lastGID: 4}, };