diff options
author | blert2112 <cdilts@bellsouth.net> | 2015-07-26 10:43:55 -0400 |
---|---|---|
committer | blert2112 <cdilts@bellsouth.net> | 2015-07-26 10:43:55 -0400 |
commit | aa17c0dd1f6e8f1ba7a7ecd17a1da3f6954859f1 (patch) | |
tree | b91db202026ab0f414eb061b7c786a37dfc60401 /mobs_turtles/init.lua | |
parent | 1b42167ab4d7b3d58fe3a38302cc544be52c8d17 (diff) |
rotation fix
Diffstat (limited to 'mobs_turtles/init.lua')
-rw-r--r-- | mobs_turtles/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobs_turtles/init.lua b/mobs_turtles/init.lua index 2d309dd..e844a72 100644 --- a/mobs_turtles/init.lua +++ b/mobs_turtles/init.lua @@ -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, |