Skip to content

Commit

Permalink
Optimize boat model
Browse files Browse the repository at this point in the history
  • Loading branch information
jp@localhost.localdomain authored and Ekdohibs committed Mar 21, 2015
1 parent a192f9f commit 9eb9502
Show file tree
Hide file tree
Showing 3 changed files with 3,112 additions and 11,111 deletions.
2 changes: 1 addition & 1 deletion mods/boats/init.lua
Expand Up @@ -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,
Expand Down

0 comments on commit 9eb9502

Please sign in to comment.