Optimize boat model
parent
a192f9fc78
commit
9eb9502209
|
@ -34,7 +34,7 @@ local boat = {
|
||||||
physical = true,
|
physical = true,
|
||||||
collisionbox = {-0.5, -0.4, -0.5, 0.5, 0.3, 0.5},
|
collisionbox = {-0.5, -0.4, -0.5, 0.5, 0.3, 0.5},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "boat.x",
|
mesh = "boat.obj",
|
||||||
textures = {"default_wood.png"},
|
textures = {"default_wood.png"},
|
||||||
|
|
||||||
driver = nil,
|
driver = nil,
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
11110
mods/boats/models/boat.x
11110
mods/boats/models/boat.x
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue