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:26:33 -05:00

17 lines
256 B
JSON

{
"saveFilePaths" : [ "/" ],
"files" : "File\\d+\\.bin",
"filetype": "bin",
"items": [
{
"name" : "Coin Count",
"offsetAddress" : "001C",
"address" : "0050",
"widget" : {
"type" : "int",
"minValue" : 0,
"maxValue" : 9999
}
}
]
}