flowers updated to new api

master
Victor Hackeridze 2012-04-02 02:44:33 +06:00
parent d293de1c4e
commit b33cfead55
1 changed files with 2 additions and 1 deletions

View File

@ -80,8 +80,9 @@ for _, color in ipairs(FLOWERS) do
visual_scale = FLOWERS_VISUAL_SCALE,
tile_images = { fname .. '.png' },
inventory_image = fname .. '.png',
wield_image = fname .. '.png',
sunlight_propagates = true,
paramtype = 'light',
paramtype = "light",
walkable = false,
selection_box = {
type = "fixed",