Update config.json

This commit is contained in:
Boyeau Indy 2021-06-02 08:42:46 +00:00
parent cf7a1ed85b
commit c22f4266d1

View File

@ -1,40 +1,55 @@
{
"test": "test valide",
"arena": [
"random",
"arena1.png",
"arena2.png",
"random"
"arena2.png"
],
"nb_players": [
"1",
"2"
],
"character1": [
"random",
"character1.png",
"character2.png",
"random"
"character2.png"
],
"character2": [
"random",
"character1.png",
"character1_swapcolor.png",
"character2.png",
"character2_swapcolor.png",
"random"
"character2_swapcolor.png"
],
"resolution": [
"1280 x 1024",
"1680 x 1050",
"1920 x 1080",
"800 x 600"
],
{
"width": "800",
"height": "600"
},
{
"width": "1280",
"height": "1024"
},
{
"width": "1680",
"height": "1050"
},
{
"width": "1920",
"height": "1080"
},
{
"persoWidth": "800",
"persoHeight": "600"
}
],
"button": [
"up",
"down",
"rigth",
"left",
"a",
"b",
"c",
"d"
"UP",
"DOWN",
"RIGTH",
"LEFT",
"A",
"B",
"X",
"Y"
]
}