Created
June 10, 2024 08:06
-
-
Save jarrodnorwell/01c1dea01d83b72b1cc1fc015201e738 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "Antique", | |
"core": "Cytrus", | |
"description": "Default skin for the Nintendo 3DS", | |
"devices": [ | |
{ | |
"buttons": [ | |
{ | |
"height": 60, | |
"type": "dpadUp", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 80, | |
"y": 718 | |
}, | |
{ | |
"height": 60, | |
"type": "dpadDown", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 80, | |
"y": 838 | |
}, | |
{ | |
"height": 60, | |
"type": "dpadLeft", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 20, | |
"y": 778 | |
}, | |
{ | |
"height": 60, | |
"type": "dpadRight", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 140, | |
"y": 778 | |
}, | |
{ | |
"height": 60, | |
"type": "north", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 290, | |
"y": 718 | |
}, | |
{ | |
"height": 60, | |
"type": "east", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 350, | |
"y": 778 | |
}, | |
{ | |
"height": 60, | |
"type": "south", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 290, | |
"y": 838 | |
}, | |
{ | |
"height": 60, | |
"type": "west", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 230, | |
"y": 778 | |
} | |
], | |
"device": "iPhone16,2", | |
"orientation": "portrait", | |
"screens": [ | |
{ | |
"height": "580.7933006168115", | |
"width": 430, | |
"x": 0, | |
"y": 59 | |
} | |
], | |
"thumbsticks": [ | |
{ | |
"height": 180, | |
"type": "left", | |
"width": 180, | |
"x": 20, | |
"y": 718 | |
}, | |
{ | |
"height": 180, | |
"type": "right", | |
"width": 180, | |
"x": 230, | |
"y": 718 | |
} | |
] | |
}, | |
{ | |
"buttons": [ | |
{ | |
"height": 60, | |
"type": "dpadUp", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 80, | |
"y": 216 | |
}, | |
{ | |
"height": 60, | |
"type": "dpadDown", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 80, | |
"y": 336 | |
}, | |
{ | |
"height": 60, | |
"type": "dpadLeft", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 20, | |
"y": 276 | |
}, | |
{ | |
"height": 60, | |
"type": "dpadRight", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 140, | |
"y": 276 | |
}, | |
{ | |
"height": 60, | |
"type": "north", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 792, | |
"y": 216 | |
}, | |
{ | |
"height": 60, | |
"type": "east", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 852, | |
"y": 276 | |
}, | |
{ | |
"height": 60, | |
"type": "south", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 792, | |
"y": 336 | |
}, | |
{ | |
"height": 60, | |
"type": "west", | |
"vibrateWhenTapped": 1, | |
"vibrationStrength": 3, | |
"width": 60, | |
"x": 732, | |
"y": 276 | |
} | |
], | |
"device": "iPhone16,2", | |
"orientation": "landscape", | |
"screens": [ | |
{ | |
"height": 430, | |
"width": 873, | |
"x": 0, | |
"y": 0 | |
} | |
], | |
"thumbsticks": [ | |
{ | |
"height": 180, | |
"type": "left", | |
"width": 180, | |
"x": 20, | |
"y": 216 | |
}, | |
{ | |
"height": 180, | |
"type": "right", | |
"width": 180, | |
"x": 732, | |
"y": 216 | |
} | |
] | |
} | |
], | |
"name": "Cytrus Skin" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment