Module:TrophySprite: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (Testing to see if it needs this)
m (Epyon moved page Module:SkullSprite to Module:TrophySprite without leaving a redirect: Back to trophy, from skull)
(No difference)

Revision as of 06:51, 11 February 2021

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 },
	},
}