-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgameElements.json
63 lines (63 loc) · 1.37 KB
/
gameElements.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"firstPlatformLevel1": [
{"x": 0, "y": 800}
],
"firstPlatformLevel2": [
{"x": 0, "y": 800}
],
"platformsLevel1": [
{"x": 0, "y": 700},
{"x": 0, "y": 600},
{"x": 0, "y": 500},
{"x": 0, "y": 400},
{"x": 0, "y": 300},
{"x": 0, "y": 200},
{"x": 0, "y": 100},
{"x": 0, "y": 0}
],
"platformsLevel2": [
{"x": 0, "y": 700},
{"x": 0, "y": 600},
{"x": 0, "y": 500},
{"x": 0, "y": 400},
{"x": 0, "y": 300},
{"x": 0, "y": 200},
{"x": 0, "y": 100},
{"x": 0, "y": 0}
],
"level1Enemies": [
{"x": 900, "y": 630},
{"x": 500, "y": 430},
{"x": 600, "y": 330},
{"x": 300, "y": 30}
],
"level2Enemies": [
{"x": 900, "y": 630},
{"x": 700, "y": 530},
{"x": 500, "y": 430},
{"x": 600, "y": 330},
{"x": 400, "y": 230},
{"x": 500, "y": 130},
{"x": 300, "y": 30}
],
"steakLocationsLevel1": [
{"y": 675},
{"y": 475},
{"y": 275},
{"y": 75}
],
"steakLocationsLevel2": [
{"y": 675},
{"y": 475}
],
"chickenLocationsLevel1": [
{"y": 675},
{"y": 475},
{"y": 275},
{"y": 75}
],
"chickenLocationsLevel2": [
{"y": 675},
{"y": 475}
]
}