mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
30 lines
567 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |