Update config.json
This commit is contained in:
parent
cf7a1ed85b
commit
c22f4266d1
@ -1,40 +1,55 @@
|
|||||||
{
|
{
|
||||||
"test": "test valide",
|
|
||||||
"arena": [
|
"arena": [
|
||||||
|
"random",
|
||||||
"arena1.png",
|
"arena1.png",
|
||||||
"arena2.png",
|
"arena2.png"
|
||||||
"random"
|
|
||||||
],
|
],
|
||||||
"nb_players": [
|
"nb_players": [
|
||||||
"1",
|
"1",
|
||||||
"2"
|
"2"
|
||||||
],
|
],
|
||||||
"character1": [
|
"character1": [
|
||||||
|
"random",
|
||||||
"character1.png",
|
"character1.png",
|
||||||
"character2.png",
|
"character2.png"
|
||||||
"random"
|
|
||||||
],
|
],
|
||||||
"character2": [
|
"character2": [
|
||||||
|
"random",
|
||||||
"character1.png",
|
"character1.png",
|
||||||
"character1_swapcolor.png",
|
"character1_swapcolor.png",
|
||||||
"character2.png",
|
"character2.png",
|
||||||
"character2_swapcolor.png",
|
"character2_swapcolor.png"
|
||||||
"random"
|
|
||||||
],
|
],
|
||||||
"resolution": [
|
"resolution": [
|
||||||
"1280 x 1024",
|
{
|
||||||
"1680 x 1050",
|
"width": "800",
|
||||||
"1920 x 1080",
|
"height": "600"
|
||||||
"800 x 600"
|
},
|
||||||
|
{
|
||||||
|
"width": "1280",
|
||||||
|
"height": "1024"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"width": "1680",
|
||||||
|
"height": "1050"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"width": "1920",
|
||||||
|
"height": "1080"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"persoWidth": "800",
|
||||||
|
"persoHeight": "600"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"button": [
|
"button": [
|
||||||
"up",
|
"UP",
|
||||||
"down",
|
"DOWN",
|
||||||
"rigth",
|
"RIGTH",
|
||||||
"left",
|
"LEFT",
|
||||||
"a",
|
"A",
|
||||||
"b",
|
"B",
|
||||||
"c",
|
"X",
|
||||||
"d"
|
"Y"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user