removed waving effect in grass, as the shader that provides it is about to

change in such a way that it will break what was here.
This commit is contained in:
Vanessa Ezekowitz
2013-11-22 23:56:30 -05:00
parent 4912981332
commit 5a2265788d
3 changed files with 0 additions and 7 deletions

View File

@ -167,7 +167,6 @@ for i, bush_name in ipairs(bushes_classic.bushes) do
tiles = { "bushes_" .. bush_name .. "_bush.png" },
inventory_image = "bushes_" .. bush_name .. "_bush.png",
paramtype = "light",
paramtype2 = 'waving',
sunlight_propagates = true,
walkable = false,