Skip to content

Commit

Permalink
Presets: Added NES presets
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Oct 3, 2023
1 parent 834ae5e commit 3f7ac7e
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 0 deletions.
105 changes: 105 additions & 0 deletions presets/nes/NES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"default_width": 800,
"default_height": 377,
"space_h": 0,
"space_v": 0,
"flags": 4,
"overlay_width": 800,
"overlay_height": 377,
"elements": [
{
"type": 0,
"pos": [
0,
0
],
"id": "Controller",
"z_level": "0",
"mapping": [
1,
1,
800,
377
]
},
{
"type": 2,
"pos": [
276,
240
],
"id": "select",
"z_level": 0,
"mapping": [
343,
380,
73,
28
],
"code": 4
},
{
"type": 2,
"pos": [
388,
240
],
"id": "start",
"z_level": 0,
"mapping": [
419,
381,
72,
27
],
"code": 6
},
{
"type": 2,
"pos": [
542,
214
],
"id": "B",
"z_level": 0,
"mapping": [
169,
381,
84,
84
],
"code": 0
},
{
"type": 2,
"pos": [
644,
214
],
"id": "A",
"z_level": 0,
"mapping": [
256,
381,
84,
84
],
"code": 1
},
{
"type": 8,
"pos": [
51,
127
],
"id": "D-Pad",
"z_level": "0",
"mapping": [
1,
555,
155,
161
]
}
]
}
Binary file added presets/nes/NES.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions presets/nes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Provided by [AlkHacNar](https://obsproject.com/forum/members/alkhacnar.457634/)

0 comments on commit 3f7ac7e

Please sign in to comment.