-
Notifications
You must be signed in to change notification settings - Fork 0
/
testing.json
44 lines (44 loc) · 912 Bytes
/
testing.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"ventana":{
"anchopx":800,
"altopx":600,
"ancho":400,
"margen":80
},
"escenario":{
"ancho":1200,
"alto":255,
"ypiso":60
},
"capas":[
{
"imagen_fondo":"resources/background/fondo.png",
"anchoLogico": 400
},
{
"imagen_fondo":"resources/background/p_4b.png",
"anchoLogico": 504
},
{
"imagen_fondo":"resources/background/p_3.png",
"anchoLogico": 700
},
{
"imagen_fondo":"resources/background/ScorpionsLair/p_2.png",
"anchoLogico": 1000
},
{
"imagen_fondo":"resources/background/p_1.png",
"anchoLogico": 1216
}
],
"personaje":{
"ancho":63,
"alto":129,
"zindex":6,
"sprites":{
"personaje1":"resources/jugador/SubZero/"
},
"mirar_derecha": true
}
}