Fix boat model rotation

This commit is contained in:
Wuzzy 2017-06-27 21:35:24 +02:00
parent 6a5b2e6d1b
commit 82fca7edf6
3 changed files with 2 additions and 3 deletions

View file

@ -45,8 +45,7 @@ local boat = {
mesh = "mcl_boats_boat.b3d",
textures = {"mcl_boats_texture_oak_boat.png"},
visual_size = boat_visual_size,
rotate = -180,
animation = {
animation = {
speed_normal = 25, speed_run = 50,
stand_start = 0, stand_end = 0,
walk_start = 0, walk_end = 40,