Initial commit

This commit is contained in:
Trysdyn Black 2018-09-26 17:33:07 -07:00
commit a5463094e2
13 changed files with 728 additions and 0 deletions

BIN
profiles/genesis/base.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,76 @@
{
"profile": {
"name": "SNES",
"background_image": "base.png",
"background_color": [0, 0, 0],
"size": [270, 159],
"color_key": [255, 255, 255],
"default_color": [255, 244, 61],
"inputs": {
"0": {
"comment": "Square (A)",
"size": [25, 25],
"pos": [172, 73]
},
"1": {
"comment": "Cross (B)",
"size": [25, 25],
"pos": [198, 59]
},
"2": {
"comment": "Circle (C)",
"size": [25, 25],
"pos": [226, 47]
},
"9": {
"comment": "Start",
"size": [31, 20],
"pos": [178, 23]
},
"6": {
"comment": "Split",
"size": [42, 20],
"pos": [114, 25],
"color": [0, 255, 0]
},
"12": {
"comment": "Reset",
"size": [55, 15],
"pos": [107, 49],
"color": [255, 0, 0]
},
"A0M": {
"size": [18, 11],
"pos": [34, 65]
},
"A0P": {
"size": [18, 11],
"pos": [66, 65]
},
"A1M": {
"size": [11, 18],
"pos": [54, 45]
},
"A1P": {
"size": [11, 18],
"pos": [54, 77]
},
"H0L": {
"size": [18, 11],
"pos": [34, 65]
},
"H0R": {
"size": [18, 11],
"pos": [66, 65]
},
"H0U": {
"size": [11, 18],
"pos": [54, 45]
},
"H0D": {
"size": [11, 18],
"pos": [54, 77]
}
}
}
}