Module:TrophySprite: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (What are sections..?)
m (I'm blind.)
Line 12: Line 12:
},
},
ids = {
ids = {
{ name = 'December 2020 Trophy', id = 1 },
['December 2020 Trophy'] = { pos = 1 },
{ name = 'January 2021 Trophy', id = 2},
['January 2021 Trophy'] = { pos = 2 },
},
},
}
}

Revision as of 06:02, 11 February 2021

return {
	settings = {
		align = 'middle',
		classname = 'skull-sprite',
		imagename = 'SkullSprite.png',
		sheetsize = 320,
		size = 32,
		stylesheet = true,
		spriteSheet = "skull"
	},
	sections = {
	},
	ids = {
		['December 2020 Trophy'] = { pos = 1 },
		['January 2021 Trophy'] = { pos = 2 },
	},
}