Files
slippi-ssbm-asm/console_UCF.json

35 lines
682 B
JSON
Raw Normal View History

{
"outputFiles": [
{
"file": "Output/Console/g_ucf.bin"
2022-07-13 12:27:59 -04:00
},
{
"file": "Output/Console/g_ucf.txt"
}
],
"codes": [
{
"name": "UCF Slippi",
"authors": [
"Dan Salvato",
"tauKhan",
"UnclePunch",
"Fizzi"
],
"build": [
{
2019-10-09 18:14:42 -04:00
"type": "injectFolder",
2021-03-31 07:12:47 -04:00
"sourceFolder": "External/UCF 0.8/Logic",
2019-10-09 18:14:42 -04:00
"isRecursive": true,
2021-03-31 07:12:47 -04:00
"annotation": "UCF v0.8"
},
{
"type": "injectFolder",
2021-03-31 07:12:47 -04:00
"sourceFolder": "External/UCF 0.8/Indicator",
"isRecursive": true,
"annotation": "UCF CSS Indicator"
}
]
}
]
2021-03-31 07:12:47 -04:00
}