-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Softcoding Character select and getting ready for custom characters l…
…ast thing for today
- Loading branch information
1 parent
9dfd4a1
commit 401ed81
Showing
7 changed files
with
242 additions
and
4 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
{ | ||
"characters": [ | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "bf", | ||
"thecharactername": "Boyfriend", | ||
"thenotemsagain": [1, 1, 1, 1], | ||
"notestyle": "" | ||
}, | ||
{ | ||
"casename": "bf-pixel", | ||
"thecharactername": "Pixel Boyfriend", | ||
"thenotemsagain": [1, 1, 1, 1], | ||
"notestyle": "" | ||
} | ||
], | ||
"mainName": "bf", | ||
"thehotemsithink": [1, 1, 1, 1] | ||
}, | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "dave", | ||
"thecharactername": "Dave", | ||
"thenotemsagain": [0.25, 0.25, 2, 2], | ||
"notestyle": "" | ||
} | ||
], | ||
"mainName": "dave", | ||
"thehotemsithink": [0.25, 0.25, 2, 2] | ||
}, | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "bambi-new", | ||
"thecharactername": "Bambi", | ||
"thenotemsagain": [0, 0, 3, 0] | ||
} | ||
], | ||
"mainName": "bambi", | ||
"thehotemsithink": [0, 0, 3, 0] | ||
}, | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "tristan", | ||
"thecharactername": "Tristan", | ||
"thenotemsagain": [2, 0.5, 0.5, 0.5], | ||
"notestyle": "" | ||
} | ||
], | ||
"mainName": "tristan", | ||
"thehotemsithink": [2, 0.5, 0.5, 0.5] | ||
}, | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "tristan-golden", | ||
"thecharactername": "Tristan Golden", | ||
"thenotemsagain": [0.25, 0.25, 0.25, 2], | ||
"notestyle": "" | ||
} | ||
], | ||
"mainName": "tristan-golden", | ||
"thehotemsithink": [0.25, 0.25, 0.25, 2] | ||
}, | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "dave-angey", | ||
"thecharactername": "3D Dave", | ||
"thenotemsagain": [2, 2, 0.25, 0.25], | ||
"notestyle": "3D" | ||
}, | ||
{ | ||
"casename": "dave-festival-3d", | ||
"thecharactername": "3D Dave Festival", | ||
"thenotemsagain": [2, 2, 0.25, 0.25], | ||
"notestyle": "3D" | ||
} | ||
], | ||
"mainName": "dave-angey", | ||
"thehotemsithink": [2, 2, 0.25, 0.25] | ||
}, | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "bambi-3d", | ||
"thecharactername": "Expunged", | ||
"thenotemsagain": [0, 3, 0, 0], | ||
"notestyle": "3D" | ||
} | ||
], | ||
"mainName": "bambi-3d", | ||
"thehotemsithink": [0, 3, 0, 0] | ||
|
||
}, | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "shaggy", | ||
"thecharactername": "Shaggy", | ||
"thenotemsagain": [1, 1, 1, 1], | ||
"notestyle": "" | ||
}, | ||
{ | ||
"casename": "supershaggy", | ||
"thecharactername": "Shaggy (0.001%)", | ||
"thenotemsagain": [1, 1, 1, 1], | ||
"notestyle": "" | ||
}, | ||
{ | ||
"casename": "godshaggy", | ||
"thecharactername": "Shaggy (0.002%)", | ||
"thenotemsagain": [1, 1, 1, 1], | ||
"notestyle": "" | ||
}, | ||
{ | ||
"casename": "redshaggy", | ||
"thecharactername": "Red Shaggy", | ||
"thenotemsagain": [1, 1, 1, 1], | ||
"notestyle": "" | ||
} | ||
], | ||
"mainName": "shaggy", | ||
"thehotemsithink": [1, 1, 1, 1] | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"characters": [ | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "bf-pixel", | ||
"thecharactername": "Test", | ||
"thenotemsagain": [1, 1, 1, 1], | ||
"notestyle": "" | ||
} | ||
], | ||
"mainName": "testtwo", | ||
"thehotemsithink": [1, 1, 1, 1] | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"characters": [ | ||
{ | ||
"newCharacter": [ | ||
{ | ||
"casename": "bf-pixel", | ||
"thecharactername": "Test", | ||
"thenotemsagain": [1, 1, 1, 1], | ||
"notestyle": "" | ||
} | ||
], | ||
"mainName": "test", | ||
"thehotemsithink": [1, 1, 1, 1] | ||
} | ||
] | ||
} |
Empty file.
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
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