diff options
author | Brandon <brandon@bremaweb.com> | 2013-06-23 22:47:53 -0500 |
---|---|---|
committer | Brandon <brandon@bremaweb.com> | 2013-06-23 22:47:53 -0500 |
commit | 310e367c564f91f2b20ebe7cf3bfde6c17ec3b05 (patch) | |
tree | f9d798b3855d6dae2eec575dc062e36db6b4ea08 /init.lua | |
parent | a4edeede2bc1c9f71dd1390f256c62a6ac12e406 (diff) |
fix show area
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -305,9 +305,9 @@ minetest.register_entity("landrush:showarea",{ weight = 0, collisionbox = {-8,-8,-8,8,8,8}, visual = "mesh", - visual_size = {x=16.1, y=120.1}, + visual_size = {x=16.1, y=16.1}, mesh = "landrush_showarea.x", - textures = {"landrush_showarea.png", "landrush_showarea.png", "landrush_showarea.png", "landrush_showarea.png", "landrush_showarea.png", "landrush_showarea.png"}, -- number of required textures depends on visual + textures = {nil, nil, "landrush_showarea.png", "landrush_showarea.png", "landrush_showarea.png", "landrush_showarea.png"}, -- number of required textures depends on visual colors = {}, -- number of required colors depends on visual spritediv = {x=1, y=1}, initial_sprite_basepos = {x=0, y=0}, |