Module:TrophySprite

From Official Gamemode 4 Wiki
Revision as of 07:41, 11 February 2021 by Epyon (talk | contribs) (Back to downscaling, will add original resolution per trophy head (not items))
Jump to navigation Jump to search
return {
	settings = {
		align = 'middle',
		classname = 'trophy-sprite',
		sheetsize = 320,
		size = 32,
		stylesheet = true,
		spriteSheet = "trophy"
	},
	sections = {
		{ name = 'Public Server 6', id = 6 },
	},
	ids = {
		['March 2020 Build Comp'] = { pos = 2459, section = 26, spriteSheet = "inventory" },
		['PS6 April Fools'] = { pos = 3182, section = 7, spriteSheet = "inventory" },
		['PS6 Chunk-Off Eye Liner'] = { pos = 3198, section = 10, spriteSheet = "inventory" },
		['December 2020'] = { pos = 1, section = 6 },
		['January 2021'] = { pos = 2, section = 6 },
	},
}