Module:TrophySprite: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (Back to trophy, from skull)
m (Back to trophy, from skull)
Line 6: Line 6:
size = 64,
size = 64,
stylesheet = true,
stylesheet = true,
spriteSheet = "skull"
spriteSheet = "trophy"
},
},
sections = {
sections = {

Revision as of 06:54, 11 February 2021

return {
	settings = {
		align = 'middle',
		classname = 'trophy-sprite',
		sheetsize = 640,
		size = 64,
		stylesheet = true,
		spriteSheet = "trophy"
	},
	sections = {
		{ name = 'Public Server 6', id = 6 },
	},
	ids = {
		['December 2020 Trophy'] = { pos = 1, section = 6 },
		['January 2021 Trophy'] = { pos = 2, section = 6 },
	},
}