mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-30 13:50:23 +02:00
Optimize boat model
This commit is contained in:
committed by
Novatux
parent
a192f9fc78
commit
9eb9502209
@ -34,7 +34,7 @@ local boat = {
|
||||
physical = true,
|
||||
collisionbox = {-0.5, -0.4, -0.5, 0.5, 0.3, 0.5},
|
||||
visual = "mesh",
|
||||
mesh = "boat.x",
|
||||
mesh = "boat.obj",
|
||||
textures = {"default_wood.png"},
|
||||
|
||||
driver = nil,
|
||||
|
Reference in New Issue
Block a user