This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
Kosmos/Compiled/EdiZon/editor/0100000000010000.json
2020-02-26 19:27:35 -05:00

18 lines
296 B
JSON

{
"saveFilePaths" : [ "" ],
"files" : "File\\d+\\.bin",
"filetype": "bin",
"items": [
{
"name" : "Coin Count",
"category" : "Collectibles",
"intArgs" : [ 2, 2 ],
"strArgs" : [ "001C", "0050" ],
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
}