mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-14 22:30:21 +01:00
Merge pull request #88 from tacigar/tacigar/animation
Fix animation frames Close #88
This commit is contained in:
commit
3221c2c02b
|
@ -6,9 +6,9 @@
|
||||||
-- maidroid.animation_frames represents the animation frame data
|
-- maidroid.animation_frames represents the animation frame data
|
||||||
-- of "models/maidroid.b3d".
|
-- of "models/maidroid.b3d".
|
||||||
maidroid.animation_frames = {
|
maidroid.animation_frames = {
|
||||||
STAND = {x = 0, y = 79},
|
STAND = {x = 1, y = 78},
|
||||||
SIT = {x = 81, y = 160},
|
SIT = {x = 81, y = 160},
|
||||||
LAY = {x = 162, y = 166},
|
LAY = {x = 162, y = 165},
|
||||||
WALK = {x = 168, y = 187},
|
WALK = {x = 168, y = 187},
|
||||||
MINE = {x = 189, y = 198},
|
MINE = {x = 189, y = 198},
|
||||||
WALK_MINE = {x = 200, y = 219},
|
WALK_MINE = {x = 200, y = 219},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user