Module:TrophySprite

From Official Gamemode 4 Wiki
Revision as of 06:48, 11 February 2021 by Epyon (talk | contribs) (Testing to see if it needs this)
Jump to navigation Jump to search
return {
	settings = {
		align = 'middle',
		classname = 'skull-sprite',
		sheetsize = 640,
		size = 64,
		stylesheet = true,
		spriteSheet = "skull"
	},
	sections = {
		{ name = 'Public Server 6', id = 6 },
	},
	ids = {
		['December 2020 Trophy'] = { pos = 1, section = 6 },
		['January 2021 Trophy'] = { pos = 2, section = 6 },
	},
}