Created
April 26, 2024 18:03
-
-
Save kleutzinger/8ea57f477ed0b7b91c2657f8cd0c0e1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"p1Name": "Player 1", | |
"p1Team": "", | |
"p1Character": "Fox", | |
"p1Skin": "Red", | |
"p1Color": "Red", | |
"p1Score": 2, | |
"p1WL": "Nada", | |
"p2Name": "Player 2", | |
"p2Team": "Team", | |
"p2Character": "Marth", | |
"p2Skin": "Default", | |
"p2Color": "Blue", | |
"p2Score": 1, | |
"p2WL": "Nada", | |
"bestOf": "Bo5", | |
"round": "Losers Finals", | |
"tournamentName": "A Tournament #123", | |
"caster1Name": "Caster 1", | |
"caster1Twitter": "Twitter 1", | |
"caster1Twitch": "Twitch 1", | |
"caster2Name": "Caster 2", | |
"caster2Twitter": "Twitter 2", | |
"caster2Twitch": "Twitch 2", | |
"allowIntro": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment