ya2 · news · projects · code · about

support for custom backgrounds
[pmachines.git] / assets / scenes / domino_box_basketball.json
CommitLineData
2aeb9f68 1{
2c2198af 2 "background": "wood",
2aeb9f68
FC
3 "items": [
4 {
5 "class": "Shelf",
6 "position": [
7 -0.56,
8 0,
9 -1.45
10 ],
11 "mass": 0
12 },
13 {
14 "class": "Shelf",
15 "position": [
16 1.67,
17 0,
18 -1.45
19 ],
20 "mass": 0
21 },
22 {
23 "class": "Shelf",
24 "position": [
25 3.78,
26 0,
27 -1.45
28 ],
29 "mass": 0
30 },
31 {
32 "class": "Shelf",
33 "position": [
34 1.48,
35 0,
36 0.38
37 ],
38 "mass": 0,
39 "roll": -90
40 },
41 {
42 "class": "Shelf",
43 "position": [
44 2.62,
45 0,
46 0.05
47 ],
48 "mass": 0
49 },
50 {
51 "class": "Shelf",
52 "position": [
53 4.88,
54 0,
55 0.05
56 ],
57 "mass": 0
58 },
59 {
60 "class": "Basketball",
61 "position": [
62 -0.3,
63 1,
64 2.5
65 ],
66 "mass": 1
67 },
68 {
69 "class": "Domino",
70 "position": [
71 1.68,
72 0,
73 -0.89
74 ],
75 "mass": 1,
98741d67 76 "strategy": "DownStrategy",
2aeb9f68
FC
77 "strategy_args": [
78 35
79 ]
80 },
81 {
82 "class": "Domino",
83 "position": [
84 2.35,
85 0,
86 -0.89
87 ],
88 "mass": 1,
98741d67 89 "strategy": "DownStrategy",
2aeb9f68
FC
90 "strategy_args": [
91 35
92 ]
93 },
94 {
95 "class": "Domino",
96 "position": [
97 3.08,
98 0,
99 -0.89
100 ],
101 "mass": 1,
98741d67 102 "strategy": "DownStrategy",
2aeb9f68
FC
103 "strategy_args": [
104 35
105 ]
106 },
107 {
108 "class": "Domino",
109 "position": [
110 3.78,
111 0,
112 -0.89
113 ],
114 "mass": 1,
98741d67 115 "strategy": "DownStrategy",
2aeb9f68
FC
116 "strategy_args": [
117 35
118 ]
119 },
120 {
121 "class": "Domino",
122 "position": [
123 4.53,
124 0,
125 -0.89
126 ],
127 "mass": 1,
98741d67 128 "strategy": "DownStrategy",
2aeb9f68
FC
129 "strategy_args": [
130 35
131 ]
132 }
133 ],
134 "instructions": "Goal: every domino piece must be hit\n\nkeep \\5mouse_l\\5 pressed to drag an item\n\nkeep \\5mouse_r\\5 pressed to rotate an item",
135 "name": "Domino, box and basket ball",
136 "start_items": [
137 {
138 "class": "Box",
139 "count": 1,
140 "mass": 5
141 },
142 {
143 "class": "Domino",
144 "count": 1
145 }
146 ],
147 "test_items": {
148 "pixel_space": [
149 {
150 "id": "drag_start_0",
151 "position": [
152 65,
153 60
154 ]
155 },
156 {
157 "id": "drag_start_1",
158 "position": [
159 30,
160 60
161 ]
162 }
163 ],
164 "world_space": [
165 {
166 "id": "drag_stop_0",
167 "position": [
168 -1.4,
169 -0.78
170 ]
171 },
172 {
173 "id": "drag_stop_1",
174 "position": [
175 -1.26,
176 0.2
177 ]
178 },
179 {
180 "id": "drag_stop_2",
181 "position": [
182 -0.28,
183 -0.78
184 ]
185 },
186 {
187 "id": "drag_start_2",
188 "position": [
189 -0.28,
190 -0.57
191 ]
192 },
193 {
194 "id": "drag_stop_3",
195 "position": [
196 -0.77,
197 -0.57
198 ]
199 },
200 {
201 "id": "drag_start_3",
202 "position": [
203 -0.28,
204 -0.85
205 ]
206 },
207 {
208 "id": "drag_stop_4",
209 "position": [
210 -0.42,
211 -0.85
212 ]
213 }
214 ]
215 },
216 "version": "ecb8be6d8330"
217}