Initial commit
This commit is contained in:
commit
a5463094e2
13 changed files with 728 additions and 0 deletions
BIN
profiles/nes/base.png
Normal file
BIN
profiles/nes/base.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
76
profiles/nes/config.txt
Normal file
76
profiles/nes/config.txt
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"profile": {
|
||||
"name": "NES",
|
||||
"background_image": "base.png",
|
||||
"background_color": [0, 0, 0],
|
||||
"size": [197, 56],
|
||||
"color_key": [255, 255, 255],
|
||||
"default_color": [255, 244, 61],
|
||||
"inputs": {
|
||||
"1": {
|
||||
"comment": "Square (B)",
|
||||
"size": [25, 25],
|
||||
"pos": [164, 27]
|
||||
},
|
||||
"0": {
|
||||
"comment": "Cross (A)",
|
||||
"size": [25, 25],
|
||||
"pos": [135, 27]
|
||||
},
|
||||
"23": {
|
||||
"comment": "Split",
|
||||
"size": [40, 19],
|
||||
"pos": [58, 3],
|
||||
"color": [0, 255, 0]
|
||||
},
|
||||
"22": {
|
||||
"comment": "Reset",
|
||||
"size": [51, 14],
|
||||
"pos": [139, 4],
|
||||
"color": [255, 0, 0]
|
||||
},
|
||||
"6": {
|
||||
"comment": "Select",
|
||||
"size": [22, 10],
|
||||
"pos": [65, 36]
|
||||
},
|
||||
"7": {
|
||||
"comment": "Start",
|
||||
"size": [22, 10],
|
||||
"pos": [98, 36]
|
||||
},
|
||||
"A0M": {
|
||||
"size": [10, 10],
|
||||
"pos": [6, 22]
|
||||
},
|
||||
"A0P": {
|
||||
"size": [10, 10],
|
||||
"pos": [35, 22]
|
||||
},
|
||||
"A1M": {
|
||||
"size": [10, 10],
|
||||
"pos": [20, 8]
|
||||
},
|
||||
"A1P": {
|
||||
"size": [10, 10],
|
||||
"pos": [20, 37]
|
||||
},
|
||||
"H0L": {
|
||||
"size": [10, 10],
|
||||
"pos": [6, 22]
|
||||
},
|
||||
"H0R": {
|
||||
"size": [10, 10],
|
||||
"pos": [35, 22]
|
||||
},
|
||||
"H0U": {
|
||||
"size": [10, 10],
|
||||
"pos": [20, 8]
|
||||
},
|
||||
"H0D": {
|
||||
"size": [10, 10],
|
||||
"pos": [20, 37]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue