-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTest.json
105 lines (93 loc) · 2.49 KB
/
Test.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "The Test Level",
"objects": [
{
"object_name": "background",
"object_width": 640,
"object_height": 480,
"object_x": 320,
"object_y": 220,
"image_path": "background.jpg"
},
{
"object_name": "object1",
"object_width": 45,
"object_height": 25,
"object_x": 150,
"object_y": 200,
"image_path": "block.png"
},
{
"object_name": "object2",
"object_width": 50,
"object_height": 50,
"object_x": 340,
"object_y": 240,
"image_path": "question_block.png"
},
{
"object_name": "object5",
"object_width": 50,
"object_height": 50,
"object_x": 40,
"object_y": 240,
"image_path": "question_block.png"
},
{
"object_name": "object6",
"object_width": 50,
"object_height": 50,
"object_x": 500,
"object_y": 240,
"image_path": "question_block.png"
},
{
"object_name": "object7",
"object_width": 50,
"object_height": 50,
"object_x": 230,
"object_y": 140,
"image_path": "question_block.png"
},
{
"object_name": "object3",
"object_width": 45,
"object_height": 25,
"object_x": 100,
"object_y": 100,
"image_path": "block.png"
},
{
"object_name": "object3",
"object_width": 45,
"object_height": 25,
"object_x": 100,
"object_y": 100,
"image_path": "block.png"
},
{
"object_name": "object8",
"object_width": 45,
"object_height": 25,
"object_x": 420,
"object_y": 130,
"image_path": "block.png"
},
{
"object_name": "ground",
"object_width": 1000,
"object_height": 190,
"object_x": 245,
"object_y": 445,
"image_path": "ground.png"
},
{
"object_name": "player",
"object_width": 20,
"object_height": 20,
"object_x": 10,
"object_y": 10,
"image_path": "red_square.jpg"
}
]
}