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

39 lines
855 B
JSON

{
"outputFiles": [
{
"file": "Output/Console/g_screen_wide_shutters.bin"
},
{
"file": "Output/Console/g_screen_wide_shutters.txt"
}
],
"codes": [
{
"name": "Optional: 16:9 -> 73:60",
"authors": [
"Dan Salvato",
"mirrorbender",
"Achilles1515",
"UnclePunch",
"Fizzi"
],
"description": [
"Set Aspect Ratio to \"Force 16:9\" in Graphics"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/Widescreen",
"isRecursive": true,
"annotation": "Widescreen 16:9"
},
{
"type": "injectFolder",
"sourceFolder": "External/WidescreenShutters",
"isRecursive": true,
"annotation": "Converts 16:9 to 4:3"
}
]
}
]
}