Learn how to easily create your own custom controller skin for the Delta Emulator in this step-by-step video guide. No coding knowledge required! Follow along as we walk you through downloading templates, designing your skin using Photoshop or other editing programs, and integrating it into the Delta app. Whether you're a seasoned designer or a beginner, you'll be able to personalize your gaming experience in no time. Don't forget to like, subscribe, and join our Discord server for more tips and assistance!
Eragon:
discord.gg/68mPBgvCSc
instagram.com/eragon__official
Email account for cooperation requests:
[email protected]
Video links:
https://noah978.gitbook.io/delta-docs...
https://www.photopea.com/
https://jsonlint.com/
Music:
@OSSHANMUSIC
@MeuzaBeats
Code:
{
"name": "Standard GBC",
"identifier": "com.delta.gbc.standard",
"gameTypeIdentifier": "com.rileytestut.delta.game.gbc",
"debug": false,
"representations": {
"iphone": {
"standard": {
"portrait": {
"assets": {
"resizable": "iphone_portrait.pdf"
},
"items": [
{
"inputs": {
"up": "up",
"down": "down",
"left": "left",
"right": "right"
},
"frame": {
"x": 6,
"y": 56,
"width": 132,
"height": 132
},
"extendedEdges": {
"top": 15,
"bottom": 15,
"left": 15,
"right": 15
}
},
{
"inputs": [
"a"
],
"frame": {
"x": 241,
"y": 62,
"width": 64,
"height": 64
},
"extendedEdges": {
"right": 15
}
},
{
"inputs": [
"b"
],
"frame": {
"x": 176,
"y": 121,
"width": 64,
"height": 64
}
},
{
"inputs": [
"start"
],
"frame": {
"x": 173,
"y": 211,
"width": 33,
"height": 16
},
"extendedEdges": {
"bottom": 13
}
},
{
"inputs": [
"select"
],
"frame": {
"x": 113,
"y": 211,
"width": 33,
"height": 16
},
"extendedEdges": {
"bottom": 13
}
},
{
"inputs": [
"menu"
],
"frame": {
"x": 7,
"y": 211,
"width": 33,
"height": 16
},
"extendedEdges": {
"left": 7,
"bottom": 13
}
}
],
"mappingSize": {
"width": 320,
"height": 240
},
"extendedEdges": {
"top": 7,
"bottom": 7,
"left": 7,
"right": 7
}
}
}
}
}
}