Skip to content

Commit

Permalink
[Controller Skin] Improves iPad portrait button mapping
Browse files Browse the repository at this point in the history
Updates extendedEdges for D-Pad and B to extend all the way to the bottom edge.
  • Loading branch information
rileytestut committed Aug 12, 2022
1 parent c26f34d commit 2ef4c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified SNESDeltaCore/Controller Skin/Standard.deltaskin
Binary file not shown.
6 changes: 4 additions & 2 deletions SNESDeltaCore/Controller Skin/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
},
"extendedEdges": {
"top": 30,
"bottom": 30,
"bottom": 73,
"left": 60,
"right": 30
}
Expand Down Expand Up @@ -732,6 +732,7 @@
},
"extendedEdges": {
"top": 0,
"bottom": 73,
"left": 10,
"right": 10
}
Expand Down Expand Up @@ -1034,7 +1035,7 @@
},
"extendedEdges": {
"top": 30,
"bottom": 30,
"bottom": 73,
"left": 60,
"right": 30
}
Expand Down Expand Up @@ -1068,6 +1069,7 @@
},
"extendedEdges": {
"top": 0,
"bottom": 73,
"left": 10,
"right": 10
}
Expand Down

0 comments on commit 2ef4c12

Please sign in to comment.