Module:TrophySprite: Difference between revisions
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 = " | spriteSheet = "trophy" | ||
}, | }, | ||
sections = { | sections = { |
Revision as of 06:54, 11 February 2021
Dependencies
See Also
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 },
},
}