more movement
This commit is contained in:
parent
fbcc1b0e45
commit
d3e00e13ca
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
|
@ -87,7 +87,7 @@ load = do
|
||||||
(\i -> AnimationConfig (0, i * 74) (64, 74) 1 0 APLoop)
|
(\i -> AnimationConfig (0, i * 74) (64, 74) 1 0 APLoop)
|
||||||
[0 .. length standIds - 1]
|
[0 .. length standIds - 1]
|
||||||
walkConfigs = map
|
walkConfigs = map
|
||||||
(\i -> AnimationConfig (64, i * 74) (64, 74) 6 1 APLoop)
|
(\i -> AnimationConfig (64, i * 74) (64, 74) 6 1.5 APLoop)
|
||||||
[0 .. length walkIds - 1]
|
[0 .. length walkIds - 1]
|
||||||
playerStanding <- loadAnimationSprites "assets/intruder.png" nvg
|
playerStanding <- loadAnimationSprites "assets/intruder.png" nvg
|
||||||
(zip standIds standConfigs)
|
(zip standIds standConfigs)
|
||||||
|
|
Loading…
Reference in a new issue