Initial commit
This commit is contained in:
commit
a5463094e2
13 changed files with 728 additions and 0 deletions
BIN
profiles/snes/base.png
Normal file
BIN
profiles/snes/base.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
96
profiles/snes/config.txt
Normal file
96
profiles/snes/config.txt
Normal file
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"profile": {
|
||||
"name": "SNES",
|
||||
"background_image": "base.png",
|
||||
"background_color": [0, 0, 0],
|
||||
"size": [270, 122],
|
||||
"color_key": [255, 255, 255],
|
||||
"default_color": [255, 244, 61],
|
||||
"inputs": {
|
||||
"2": {
|
||||
"comment": "Square (Y)",
|
||||
"size": [25, 25],
|
||||
"pos": [176, 53]
|
||||
},
|
||||
"0": {
|
||||
"comment": "Cross (B)",
|
||||
"size": [25, 25],
|
||||
"pos": [201, 73]
|
||||
},
|
||||
"1": {
|
||||
"comment": "Circle (A)",
|
||||
"size": [25, 25],
|
||||
"pos": [225, 52]
|
||||
},
|
||||
"3": {
|
||||
"comment": "Triangle (X)",
|
||||
"size": [25, 25],
|
||||
"pos": [200, 32]
|
||||
},
|
||||
"4": {
|
||||
"comment": "L1 (L)",
|
||||
"size": [55, 10],
|
||||
"pos": [27, 3]
|
||||
},
|
||||
"5": {
|
||||
"comment": "R1 (R)",
|
||||
"size": [55, 10],
|
||||
"pos": [188, 3]
|
||||
},
|
||||
"6": {
|
||||
"comment": "Select",
|
||||
"size": [25, 25],
|
||||
"pos": [100, 64]
|
||||
},
|
||||
"7": {
|
||||
"comment": "Start",
|
||||
"size": [25, 25],
|
||||
"pos": [130, 64]
|
||||
},
|
||||
"8": {
|
||||
"comment": "Split",
|
||||
"size": [40, 19],
|
||||
"pos": [108, 15],
|
||||
"color": [0, 255, 0]
|
||||
},
|
||||
"12": {
|
||||
"comment": "Reset",
|
||||
"size": [51, 14],
|
||||
"pos": [105, 42],
|
||||
"color": [255, 0, 0]
|
||||
},
|
||||
"A0M": {
|
||||
"size": [10, 10],
|
||||
"pos": [40, 58]
|
||||
},
|
||||
"A0P": {
|
||||
"size": [10, 10],
|
||||
"pos": [66, 58]
|
||||
},
|
||||
"A1M": {
|
||||
"size": [10, 10],
|
||||
"pos": [53, 45]
|
||||
},
|
||||
"A1P": {
|
||||
"size": [10, 10],
|
||||
"pos": [53, 72]
|
||||
},
|
||||
"H0L": {
|
||||
"size": [10, 10],
|
||||
"pos": [40, 58]
|
||||
},
|
||||
"H0R": {
|
||||
"size": [10, 10],
|
||||
"pos": [66, 58]
|
||||
},
|
||||
"H0U": {
|
||||
"size": [10, 10],
|
||||
"pos": [53, 45]
|
||||
},
|
||||
"H0D": {
|
||||
"size": [10, 10],
|
||||
"pos": [53, 72]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue