Fix animation frames

This commit is contained in:
tacigar 2016-12-21 08:08:51 +09:00
parent 46226d9813
commit 61dbe2f95e
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
-- maidroid.animation_frames represents the animation frame data
-- of "models/maidroid.b3d".
maidroid.animation_frames = {
STAND = {x = 0, y = 79},
STAND = {x = 1, y = 78},
SIT = {x = 81, y = 160},
LAY = {x = 162, y = 166},
LAY = {x = 162, y = 165},
WALK = {x = 168, y = 187},
MINE = {x = 189, y = 198},
WALK_MINE = {x = 200, y = 219},