forked from Mirrorlandia_minetest/mod-sneeker
Fix rotation
This commit is contained in:
parent
692b36ba59
commit
523492b1a4
1
init.lua
1
init.lua
@ -405,6 +405,7 @@ cmer.register_mob({
|
|||||||
mesh = "character.b3d",
|
mesh = "character.b3d",
|
||||||
textures = {"sneeker.png"},
|
textures = {"sneeker.png"},
|
||||||
collisionbox = {-0.25, -0.7, -0.25, 0.25, 0.8, 0.25},
|
collisionbox = {-0.25, -0.7, -0.25, 0.25, 0.8, 0.25},
|
||||||
|
rotation = 270.0,
|
||||||
animations = {
|
animations = {
|
||||||
idle = {start=0, stop=79, speed=30,},
|
idle = {start=0, stop=79, speed=30,},
|
||||||
walk = {start=168, stop=187, speed=30,},
|
walk = {start=168, stop=187, speed=30,},
|
||||||
|
Loading…
Reference in New Issue
Block a user