Files
slippi-ssbm-asm/console_stages_all.json
2022-07-13 12:27:59 -04:00

30 lines
567 B
JSON

{
"outputFiles": [
{
"file": "Output/Console/g_stages_all.bin"
},
{
"file": "Output/Console/g_stages_all.txt"
}
],
"codes": [
{
"name": "Frozen Stages",
"authors": [
"UnclePunch",
"Fizzi"
],
"description": [
"Disables all stage transformations"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/Frozen All",
"isRecursive": true,
"annotation": "Disables stage transformations"
}
]
}
]
}