Module:TrophySprite

From Official Gamemode 4 Wiki
Revision as of 01:30, 16 February 2021 by Epyon (talk | contribs) (Yeah, no, it didn't work.)
Jump to navigation Jump to search
return {
	settings = {
		align = 'middle',
		classname = 'trophy-sprite',
		sheetsize = 1024,
		size = 32,
		stylesheet = true,
		spriteSheet = "trophy"
	},
	sections = {
		{ name = 'Public Server 6', id = 6 },
	},
	ids = {
		['March 2020 Build Comp'] = { pos = 2459, section = 6, spriteSheet = "inventory" },
		['PS6 April Fools'] = { pos = 3182, section = 6, spriteSheet = "inventory" },
		['PS6 Chunk-Off Eye Liner'] = { pos = 3198, section = 6, spriteSheet = "inventory" },
		['December 2020'] = { pos = 1, section = 6 },
		['January 2021'] = { pos = 2, section = 6 },
	},
}