Skip to content

Commit 9eb9502

Browse files
jp@localhost.localdomainEkdohibs
jp@localhost.localdomain
authored andcommittedMar 21, 2015
Optimize boat model
1 parent a192f9f commit 9eb9502

File tree

3 files changed

+3112
-11111
lines changed

3 files changed

+3112
-11111
lines changed
 

‎mods/boats/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ local boat = {
3434
physical = true,
3535
collisionbox = {-0.5, -0.4, -0.5, 0.5, 0.3, 0.5},
3636
visual = "mesh",
37-
mesh = "boat.x",
37+
mesh = "boat.obj",
3838
textures = {"default_wood.png"},
3939

4040
driver = nil,

‎mods/boats/models/boat.obj

+3,111
Large diffs are not rendered by default.

‎mods/boats/models/boat.x

-11,110
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.