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:
@ -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,
|
||||
|
Reference in New Issue
Block a user