Item İmages
If you do not define image custom as
image = "myitem.png"
in your items.lua file, item images will automatically be itemName.webpYou can convert your item images to webp with programs like xnresize
Example
money_item = { name = 'money_item', label = 'Money', weight = 1, type = 'item', image = 'money.png', unique = false, useable = false, shouldClose = false, description = 'Green Paper' },
You must upload all your item images to the inventory_images/images folder. every item whose image you have not uploaded will appear as a box in your inventory, you can change this box image by editing the none.webp image
Last updated