Halo Esports Wiki
Advertisement
To edit the documentation or categories for this module, click here.
Round 1
Round 2
Elimination Match

return {
	{
		matches = {
			title = 'Round 1',
			{ display = 'match', above = 4 },
		},
	},
	{
		lines = {
			{ above = 4, class = 'z-up', height = 3 },
			{ above = 0, class = 'z-down loser-advance', height = 3 },
			{ above = 1, class = 'l-down', height = 1 }	
		},
		matches = {
			title = 'Round 2',
			{ display = 'match' },
			{ display = 'match', above = 2, label='Elimination Match' }			
		}
	}
}
Advertisement