@phaserjs/phaser
Version:
25 lines (24 loc) • 704 B
JavaScript
import { AddFrame } from "./AddFrame";
import { AddFrames } from "./AddFrames";
import { Animation } from "./Animation";
import { AnimationFrame } from "./AnimationFrame";
import { CalculateDuration } from "./CalculateDuration";
import { CreateAnimData } from "./CreateAnimData";
import { CreateAnimationFromAtlas } from "./CreateAnimationFromAtlas";
import { LinkFrames } from "./LinkFrames";
import { Play } from "./Play";
import { RemoveFrame } from "./RemoveFrame";
import { RemoveFrames } from "./RemoveFrames";
export {
AddFrame,
AddFrames,
Animation,
AnimationFrame,
CalculateDuration,
CreateAnimData,
CreateAnimationFromAtlas,
LinkFrames,
Play,
RemoveFrame,
RemoveFrames
};