13 Articles
Project Nakagami

Module:ItemIconData: Difference between revisions

(Created page with "return { Locations = { ['apple'] = { X = 0, Y = 0 }, ['appleGolden'] = { X = 1, Y = 0 }, ['arrow'] = { X = 2, Y = 0 }, ['bread'] = { X = 3, Y = 1 }, } }")
(No difference)

Revision as of 04:51, 21 January 2022

Documentation for this module may be created at Module:ItemIconData/doc

return {
    Locations = {
        ['apple'] = { X = 0, Y = 0 },
        ['appleGolden'] = { X = 1, Y = 0 },
        ['arrow'] = { X = 2, Y = 0 },
        ['bread'] = { X = 3, Y = 1 },
    }
}