Skip to content

Instantly share code, notes, and snippets.

View erin-allison's full-sized avatar

Erin Allison erin-allison

View GitHub Profile
@spd789562
spd789562 / action.ts
Last active November 11, 2023 23:02
Maplestory.js with PIXI.js 7 AnimatedSprite
export enum CharacterAction {
Stand1 = 'stand1',
Walk1 = 'walk1',
Alert = 'alert',
}