1
0
mirror of https://github.com/blert2112/mobs_water.git synced 2025-07-06 17:00:22 +02:00

rotation fix

This commit is contained in:
blert2112
2015-07-26 10:43:55 -04:00
parent 1b42167ab4
commit aa17c0dd1f
3 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@ if mobs.mod and mobs.mod == "redo" then
textures = l_skins,
makes_footstep_sound = false,
view_range = 8,
rotate = 4.5,
rotate = 270,
walk_velocity = 0.1,
run_velocity = 0.3,
jump = false,
@ -80,7 +80,7 @@ if mobs.mod and mobs.mod == "redo" then
textures = l_skins,
makes_footstep_sound = false,
view_range = 10,
rotate = 4.5,
rotate = 270,
walk_velocity = 1,
run_velocity = 1.5,
stepheight = 1,