Initial commit
This commit is contained in:
commit
a5463094e2
13 changed files with 728 additions and 0 deletions
BIN
profiles/psx/base.png
Normal file
BIN
profiles/psx/base.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
82
profiles/psx/config.txt
Normal file
82
profiles/psx/config.txt
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"profile": {
|
||||
"name": "PSX",
|
||||
"background_image": "base.png",
|
||||
"background_color": [0, 0, 0],
|
||||
"size": [202, 86],
|
||||
"color_key": [255, 255, 255],
|
||||
"default_color": [255, 244, 61],
|
||||
"inputs": {
|
||||
"3": {
|
||||
"comment": "Triangle",
|
||||
"size": [21, 21],
|
||||
"pos": [155, 17]
|
||||
},
|
||||
"1": {
|
||||
"comment": "Circle",
|
||||
"size": [21, 21],
|
||||
"pos": [177, 39]
|
||||
},
|
||||
"0": {
|
||||
"comment": "Cross",
|
||||
"size": [21, 21],
|
||||
"pos": [155, 61]
|
||||
},
|
||||
"2": {
|
||||
"comment": "Square",
|
||||
"size": [21, 21],
|
||||
"pos": [133, 39]
|
||||
},
|
||||
"4": {
|
||||
"comment": "L1",
|
||||
"size": [16, 10],
|
||||
"pos": [25, 2]
|
||||
},
|
||||
"5": {
|
||||
"comment": "R1",
|
||||
"size": [17, 10],
|
||||
"pos": [153, 2]
|
||||
},
|
||||
"A2P": {
|
||||
"comment": "L2",
|
||||
"size": [17, 10],
|
||||
"pos": [34, 2]
|
||||
},
|
||||
"A2M": {
|
||||
"comment": "R2",
|
||||
"size": [18, 10],
|
||||
"pos": [161, 2]
|
||||
},
|
||||
"6": {
|
||||
"comment": "select",
|
||||
"size": [18, 12],
|
||||
"pos": [79, 48]
|
||||
},
|
||||
"7": {
|
||||
"comment": "start",
|
||||
"size": [18, 12],
|
||||
"pos": [105, 48]
|
||||
},
|
||||
"H0L": {
|
||||
"comment": "left",
|
||||
"size": [26, 15],
|
||||
"pos": [5, 41]
|
||||
},
|
||||
"H0R": {
|
||||
"comment": "right",
|
||||
"size": [26, 15],
|
||||
"pos": [42, 41]
|
||||
},
|
||||
"H0U": {
|
||||
"comment": "up",
|
||||
"size": [15, 26],
|
||||
"pos": [29, 17]
|
||||
},
|
||||
"H0D": {
|
||||
"comment": "down",
|
||||
"size": [15, 26],
|
||||
"pos": [29, 54]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue