incanto 0.70.0 → 0.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/incanto-editor.mjs +15 -9
- package/bin/incanto-feel.mjs +11 -1
- package/bin/incanto-play.mjs +11 -1
- package/bin/incanto-playtest.mjs +11 -1
- package/bin/incanto-verify.mjs +36 -98
- package/dist/2d.d.ts +18 -3
- package/dist/2d.js +3 -3
- package/dist/3d.d.ts +3 -3
- package/dist/3d.js +6 -6
- package/dist/{agent8-CmNF01gA.js → agent8-BqZ0_O1u.js} +1 -1
- package/dist/{audio-player-DaMxqfNE.d.ts → audio-player-ioZ7VKC6.d.ts} +1 -1
- package/dist/{behavior-DZExDn9o.d.ts → behavior-Bf9P9oB2.d.ts} +12 -1
- package/dist/{create-game-Bwvh6q8A.js → create-game-C9rWqqAC.js} +37 -13
- package/dist/{create-game-C7ffQWW7.js → create-game-CmFAtLZp.js} +8 -7
- package/dist/debug.d.ts +1 -1
- package/dist/editor.js +1083 -1045
- package/dist/{environment-presets-D6Q5BxeE.js → environment-presets-BeHoaGhy.js} +3 -3
- package/dist/{frame-report-Dlq13Gyj.js → frame-report-D-_7YF2G.js} +1 -1
- package/dist/{gameplay-BfHkuzVb.js → gameplay-BlQe-M07.js} +108 -6
- package/dist/gameplay.d.ts +68 -4
- package/dist/gameplay.js +2 -2
- package/dist/index.d.ts +27 -4
- package/dist/index.js +4 -4
- package/dist/{loader-Cff09LMm.d.ts → loader-CBfQzB6S.d.ts} +10 -3
- package/dist/net.d.ts +2 -2
- package/dist/net.js +2 -2
- package/dist/{physics-2d-CE0Qvy3V.js → physics-2d-DrIgTlLk.js} +2 -2
- package/dist/{physics-3d-CpH-2gn5.js → physics-3d-BzOCw1VS.js} +3 -3
- package/dist/{picking-CQJ_PJKh.js → picking-C9McVJrO.js} +3 -3
- package/dist/react.d.ts +1 -1
- package/dist/react.js +1 -1
- package/dist/{register-6DYnKZcy.js → register-5IYfooAN.js} +49 -15
- package/dist/{register-Bkk0wSDB.js → register-C8HuRkOf.js} +100 -8
- package/dist/{replay-Dmw-PKQu.d.ts → replay-CBEChqXq.d.ts} +2 -2
- package/dist/{replay-DjAkAzMq.js → replay-datiAE-b.js} +15 -8
- package/dist/{save-slots-BXVg148r.js → save-slots-CEuJPUle.js} +102 -4
- package/dist/{split-screen-PL78oVXP.js → split-screen-Bm5DTElG.js} +3 -3
- package/dist/{split-screen--k-XpBjr.d.ts → split-screen-DkqLng6q.d.ts} +2 -2
- package/dist/{src-Cxfiv1Hg.js → src-DRSsRleD.js} +1 -1
- package/dist/{test-iHYVUcDK.js → test-Djuq3Vhq.js} +252 -24
- package/dist/test.d.ts +113 -5
- package/dist/test.js +3 -3
- package/dist/vite.d.ts +8 -1
- package/dist/vite.js +23 -6
- package/editor/assets/{agent8-D0MS174y.js → agent8-CMKz2cax.js} +1 -1
- package/editor/assets/{debug-BnXkKuYu.js → debug-DLrQm-az.js} +1 -1
- package/editor/assets/{index-CIu3uc3l.js → index-BEKuxYcE.js} +94 -94
- package/editor/index.html +1 -1
- package/package.json +1 -1
- package/schemas/scene.schema.json +4 -0
- package/skills/incanto-behaviors-and-scripts.md +30 -9
- package/skills/incanto-building-2d-games.md +26 -2
- package/skills/incanto-editor.md +4 -0
- package/skills/incanto-gameplay-behaviors.md +63 -1
- package/skills/incanto-hud.md +14 -0
- package/skills/incanto-node-reference.md +18 -2
- package/skills/incanto-playtesting.md +34 -0
- package/skills/incanto-save-slots.md +56 -1
- package/skills/incanto-scene-json-authoring.md +30 -0
- package/skills/incanto-verifying-your-game.md +11 -0
- package/templates-app/beacon-isle-3d/package.json +1 -1
- package/templates-app/beacon-isle-3d/src/game.scene.json +396 -386
- package/templates-app/molehill-2d/package.json +1 -1
- package/templates-app/molehill-2d/src/game.scene.json +10 -60
- package/templates-app/platformer-2d/package.json +1 -1
- package/templates-app/platformer-2d/src/game.scene.json +268 -504
- package/templates-app/star-survivor/package.json +1 -1
- package/templates-app/star-survivor/src/game.scene.json +23 -33
- package/templates-app/tps-3d/package.json +1 -1
- package/templates-app/tps-3d/src/game.scene.json +90 -105
- package/templates-app/village-quest-3d/package.json +1 -1
- package/templates-app/village-quest-3d/src/behaviors.ts +21 -4
- package/templates-app/village-quest-3d/src/grove.scene.json +99 -118
- package/templates-app/village-quest-3d/src/village.scene.json +449 -245
|
@@ -17,11 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"touch": "joystick"
|
|
19
19
|
},
|
|
20
|
-
"jump": {
|
|
21
|
-
"type": "button",
|
|
22
|
-
"keys": ["Space", "KeyW", "ArrowUp"],
|
|
23
|
-
"touch": "button"
|
|
24
|
-
}
|
|
20
|
+
"jump": { "type": "button", "keys": ["Space", "KeyW", "ArrowUp"], "touch": "button" }
|
|
25
21
|
},
|
|
26
22
|
"assets": {
|
|
27
23
|
"knight": {
|
|
@@ -140,7 +136,8 @@
|
|
|
140
136
|
"size": [6000, 460],
|
|
141
137
|
"color": "#9aa9cf",
|
|
142
138
|
"anchor": [0.5, 0.5]
|
|
143
|
-
}
|
|
139
|
+
},
|
|
140
|
+
"uid": "n_kgnsavlruqzwtrmf"
|
|
144
141
|
},
|
|
145
142
|
{
|
|
146
143
|
"name": "T1",
|
|
@@ -150,7 +147,8 @@
|
|
|
150
147
|
"size": [110, 320],
|
|
151
148
|
"color": "#8a9bc6",
|
|
152
149
|
"anchor": [0.5, 0.5]
|
|
153
|
-
}
|
|
150
|
+
},
|
|
151
|
+
"uid": "n_x9q1fdk2x9jbb74v"
|
|
154
152
|
},
|
|
155
153
|
{
|
|
156
154
|
"name": "T1cap",
|
|
@@ -160,7 +158,8 @@
|
|
|
160
158
|
"size": [140, 26],
|
|
161
159
|
"color": "#8a9bc6",
|
|
162
160
|
"anchor": [0.5, 0.5]
|
|
163
|
-
}
|
|
161
|
+
},
|
|
162
|
+
"uid": "n_cnpvcrr8yu0w8uk0"
|
|
164
163
|
},
|
|
165
164
|
{
|
|
166
165
|
"name": "T2",
|
|
@@ -170,7 +169,8 @@
|
|
|
170
169
|
"size": [124, 370],
|
|
171
170
|
"color": "#8a9bc6",
|
|
172
171
|
"anchor": [0.5, 0.5]
|
|
173
|
-
}
|
|
172
|
+
},
|
|
173
|
+
"uid": "n_7z6waabkfu9sl42m"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"name": "T2cap",
|
|
@@ -180,7 +180,8 @@
|
|
|
180
180
|
"size": [156, 28],
|
|
181
181
|
"color": "#8a9bc6",
|
|
182
182
|
"anchor": [0.5, 0.5]
|
|
183
|
-
}
|
|
183
|
+
},
|
|
184
|
+
"uid": "n_yt6nyquw4tuk1pb4"
|
|
184
185
|
},
|
|
185
186
|
{
|
|
186
187
|
"name": "T3",
|
|
@@ -190,7 +191,8 @@
|
|
|
190
191
|
"size": [104, 300],
|
|
191
192
|
"color": "#8a9bc6",
|
|
192
193
|
"anchor": [0.5, 0.5]
|
|
193
|
-
}
|
|
194
|
+
},
|
|
195
|
+
"uid": "n_xcu1tm0wx6w62cfs"
|
|
194
196
|
},
|
|
195
197
|
{
|
|
196
198
|
"name": "T3cap",
|
|
@@ -200,7 +202,8 @@
|
|
|
200
202
|
"size": [132, 24],
|
|
201
203
|
"color": "#8a9bc6",
|
|
202
204
|
"anchor": [0.5, 0.5]
|
|
203
|
-
}
|
|
205
|
+
},
|
|
206
|
+
"uid": "n_gba3mwf75590p1g1"
|
|
204
207
|
},
|
|
205
208
|
{
|
|
206
209
|
"name": "T4",
|
|
@@ -210,7 +213,8 @@
|
|
|
210
213
|
"size": [120, 330],
|
|
211
214
|
"color": "#8a9bc6",
|
|
212
215
|
"anchor": [0.5, 0.5]
|
|
213
|
-
}
|
|
216
|
+
},
|
|
217
|
+
"uid": "n_5cw1iqmmc78zkswe"
|
|
214
218
|
},
|
|
215
219
|
{
|
|
216
220
|
"name": "T4cap",
|
|
@@ -220,7 +224,8 @@
|
|
|
220
224
|
"size": [150, 26],
|
|
221
225
|
"color": "#8a9bc6",
|
|
222
226
|
"anchor": [0.5, 0.5]
|
|
223
|
-
}
|
|
227
|
+
},
|
|
228
|
+
"uid": "n_deh5zjhiz3tc2g3t"
|
|
224
229
|
}
|
|
225
230
|
],
|
|
226
231
|
"uid": "n_z5d947phu1kzc1n9"
|
|
@@ -239,7 +244,8 @@
|
|
|
239
244
|
"size": [6000, 460],
|
|
240
245
|
"color": "#6776a8",
|
|
241
246
|
"anchor": [0.5, 0.5]
|
|
242
|
-
}
|
|
247
|
+
},
|
|
248
|
+
"uid": "n_8aytkuut9grukg75"
|
|
243
249
|
},
|
|
244
250
|
{
|
|
245
251
|
"name": "GateTower",
|
|
@@ -249,7 +255,8 @@
|
|
|
249
255
|
"size": [150, 440],
|
|
250
256
|
"color": "#51608c",
|
|
251
257
|
"anchor": [0.5, 0.5]
|
|
252
|
-
}
|
|
258
|
+
},
|
|
259
|
+
"uid": "n_6pxpo9s2tl6hj05o"
|
|
253
260
|
},
|
|
254
261
|
{
|
|
255
262
|
"name": "Gate",
|
|
@@ -259,7 +266,8 @@
|
|
|
259
266
|
"size": [76, 150],
|
|
260
267
|
"color": "#2c2640",
|
|
261
268
|
"anchor": [0.5, 0.5]
|
|
262
|
-
}
|
|
269
|
+
},
|
|
270
|
+
"uid": "n_r7k4ykldxmnassri"
|
|
263
271
|
},
|
|
264
272
|
{
|
|
265
273
|
"name": "GateWin",
|
|
@@ -269,7 +277,8 @@
|
|
|
269
277
|
"size": [26, 34],
|
|
270
278
|
"color": "#ffd98a",
|
|
271
279
|
"anchor": [0.5, 0.5]
|
|
272
|
-
}
|
|
280
|
+
},
|
|
281
|
+
"uid": "n_rq8azerx6jc03wfw"
|
|
273
282
|
},
|
|
274
283
|
{
|
|
275
284
|
"name": "TA",
|
|
@@ -279,7 +288,8 @@
|
|
|
279
288
|
"size": [136, 420],
|
|
280
289
|
"color": "#51608c",
|
|
281
290
|
"anchor": [0.5, 0.5]
|
|
282
|
-
}
|
|
291
|
+
},
|
|
292
|
+
"uid": "n_qzdj8vir6qfx4r26"
|
|
283
293
|
},
|
|
284
294
|
{
|
|
285
295
|
"name": "TAcap",
|
|
@@ -289,7 +299,8 @@
|
|
|
289
299
|
"size": [168, 30],
|
|
290
300
|
"color": "#51608c",
|
|
291
301
|
"anchor": [0.5, 0.5]
|
|
292
|
-
}
|
|
302
|
+
},
|
|
303
|
+
"uid": "n_qmtj1sji21ataz6k"
|
|
293
304
|
},
|
|
294
305
|
{
|
|
295
306
|
"name": "TAm1",
|
|
@@ -299,7 +310,8 @@
|
|
|
299
310
|
"size": [26, 26],
|
|
300
311
|
"color": "#51608c",
|
|
301
312
|
"anchor": [0.5, 0.5]
|
|
302
|
-
}
|
|
313
|
+
},
|
|
314
|
+
"uid": "n_k21q0p724109mz9m"
|
|
303
315
|
},
|
|
304
316
|
{
|
|
305
317
|
"name": "TAm2",
|
|
@@ -309,7 +321,8 @@
|
|
|
309
321
|
"size": [26, 26],
|
|
310
322
|
"color": "#51608c",
|
|
311
323
|
"anchor": [0.5, 0.5]
|
|
312
|
-
}
|
|
324
|
+
},
|
|
325
|
+
"uid": "n_shhrlk552x3pj383"
|
|
313
326
|
},
|
|
314
327
|
{
|
|
315
328
|
"name": "TAm3",
|
|
@@ -319,7 +332,8 @@
|
|
|
319
332
|
"size": [26, 26],
|
|
320
333
|
"color": "#51608c",
|
|
321
334
|
"anchor": [0.5, 0.5]
|
|
322
|
-
}
|
|
335
|
+
},
|
|
336
|
+
"uid": "n_0c7ckddonmc4xjt7"
|
|
323
337
|
},
|
|
324
338
|
{
|
|
325
339
|
"name": "TAw1",
|
|
@@ -329,7 +343,8 @@
|
|
|
329
343
|
"size": [26, 36],
|
|
330
344
|
"color": "#ffd98a",
|
|
331
345
|
"anchor": [0.5, 0.5]
|
|
332
|
-
}
|
|
346
|
+
},
|
|
347
|
+
"uid": "n_mf4x2iep6u9lvrl2"
|
|
333
348
|
},
|
|
334
349
|
{
|
|
335
350
|
"name": "TAw2",
|
|
@@ -339,7 +354,8 @@
|
|
|
339
354
|
"size": [26, 36],
|
|
340
355
|
"color": "#ffd98a",
|
|
341
356
|
"anchor": [0.5, 0.5]
|
|
342
|
-
}
|
|
357
|
+
},
|
|
358
|
+
"uid": "n_z7qelk1tumidisdl"
|
|
343
359
|
},
|
|
344
360
|
{
|
|
345
361
|
"name": "TB",
|
|
@@ -349,7 +365,8 @@
|
|
|
349
365
|
"size": [150, 460],
|
|
350
366
|
"color": "#51608c",
|
|
351
367
|
"anchor": [0.5, 0.5]
|
|
352
|
-
}
|
|
368
|
+
},
|
|
369
|
+
"uid": "n_cnp6pq1usgpjxm1h"
|
|
353
370
|
},
|
|
354
371
|
{
|
|
355
372
|
"name": "TBcap",
|
|
@@ -359,7 +376,8 @@
|
|
|
359
376
|
"size": [184, 30],
|
|
360
377
|
"color": "#51608c",
|
|
361
378
|
"anchor": [0.5, 0.5]
|
|
362
|
-
}
|
|
379
|
+
},
|
|
380
|
+
"uid": "n_zl5sbtobmjwtcl03"
|
|
363
381
|
},
|
|
364
382
|
{
|
|
365
383
|
"name": "TBm1",
|
|
@@ -369,7 +387,8 @@
|
|
|
369
387
|
"size": [28, 28],
|
|
370
388
|
"color": "#51608c",
|
|
371
389
|
"anchor": [0.5, 0.5]
|
|
372
|
-
}
|
|
390
|
+
},
|
|
391
|
+
"uid": "n_180uyht6c3xnx1ax"
|
|
373
392
|
},
|
|
374
393
|
{
|
|
375
394
|
"name": "TBm2",
|
|
@@ -379,7 +398,8 @@
|
|
|
379
398
|
"size": [28, 28],
|
|
380
399
|
"color": "#51608c",
|
|
381
400
|
"anchor": [0.5, 0.5]
|
|
382
|
-
}
|
|
401
|
+
},
|
|
402
|
+
"uid": "n_pzsem38uvkqimjif"
|
|
383
403
|
},
|
|
384
404
|
{
|
|
385
405
|
"name": "TBm3",
|
|
@@ -389,7 +409,8 @@
|
|
|
389
409
|
"size": [28, 28],
|
|
390
410
|
"color": "#51608c",
|
|
391
411
|
"anchor": [0.5, 0.5]
|
|
392
|
-
}
|
|
412
|
+
},
|
|
413
|
+
"uid": "n_4h8mdrutgpzqemup"
|
|
393
414
|
},
|
|
394
415
|
{
|
|
395
416
|
"name": "TBpennant",
|
|
@@ -399,7 +420,8 @@
|
|
|
399
420
|
"size": [40, 24],
|
|
400
421
|
"color": "#ef476f",
|
|
401
422
|
"anchor": [0, 0.5]
|
|
402
|
-
}
|
|
423
|
+
},
|
|
424
|
+
"uid": "n_h44z5xdlqcxla51i"
|
|
403
425
|
},
|
|
404
426
|
{
|
|
405
427
|
"name": "TBw1",
|
|
@@ -409,7 +431,8 @@
|
|
|
409
431
|
"size": [28, 38],
|
|
410
432
|
"color": "#ffd98a",
|
|
411
433
|
"anchor": [0.5, 0.5]
|
|
412
|
-
}
|
|
434
|
+
},
|
|
435
|
+
"uid": "n_pq2unxzxuimp5m5a"
|
|
413
436
|
},
|
|
414
437
|
{
|
|
415
438
|
"name": "TBw2",
|
|
@@ -419,7 +442,8 @@
|
|
|
419
442
|
"size": [28, 38],
|
|
420
443
|
"color": "#ffd98a",
|
|
421
444
|
"anchor": [0.5, 0.5]
|
|
422
|
-
}
|
|
445
|
+
},
|
|
446
|
+
"uid": "n_p20dfip6izd795gd"
|
|
423
447
|
},
|
|
424
448
|
{
|
|
425
449
|
"name": "TC",
|
|
@@ -429,7 +453,8 @@
|
|
|
429
453
|
"size": [136, 420],
|
|
430
454
|
"color": "#51608c",
|
|
431
455
|
"anchor": [0.5, 0.5]
|
|
432
|
-
}
|
|
456
|
+
},
|
|
457
|
+
"uid": "n_h6vs8oxxu27bovck"
|
|
433
458
|
},
|
|
434
459
|
{
|
|
435
460
|
"name": "TCcap",
|
|
@@ -439,7 +464,8 @@
|
|
|
439
464
|
"size": [168, 30],
|
|
440
465
|
"color": "#51608c",
|
|
441
466
|
"anchor": [0.5, 0.5]
|
|
442
|
-
}
|
|
467
|
+
},
|
|
468
|
+
"uid": "n_2pijpxy4eoejljkd"
|
|
443
469
|
},
|
|
444
470
|
{
|
|
445
471
|
"name": "TCm1",
|
|
@@ -449,7 +475,8 @@
|
|
|
449
475
|
"size": [26, 26],
|
|
450
476
|
"color": "#51608c",
|
|
451
477
|
"anchor": [0.5, 0.5]
|
|
452
|
-
}
|
|
478
|
+
},
|
|
479
|
+
"uid": "n_te0zd2yo8jd9f6xh"
|
|
453
480
|
},
|
|
454
481
|
{
|
|
455
482
|
"name": "TCm2",
|
|
@@ -459,7 +486,8 @@
|
|
|
459
486
|
"size": [26, 26],
|
|
460
487
|
"color": "#51608c",
|
|
461
488
|
"anchor": [0.5, 0.5]
|
|
462
|
-
}
|
|
489
|
+
},
|
|
490
|
+
"uid": "n_fydqddh0e6k32k38"
|
|
463
491
|
},
|
|
464
492
|
{
|
|
465
493
|
"name": "TCm3",
|
|
@@ -469,7 +497,8 @@
|
|
|
469
497
|
"size": [26, 26],
|
|
470
498
|
"color": "#51608c",
|
|
471
499
|
"anchor": [0.5, 0.5]
|
|
472
|
-
}
|
|
500
|
+
},
|
|
501
|
+
"uid": "n_7x6j1urown0jxpgx"
|
|
473
502
|
},
|
|
474
503
|
{
|
|
475
504
|
"name": "TCw1",
|
|
@@ -479,7 +508,8 @@
|
|
|
479
508
|
"size": [26, 36],
|
|
480
509
|
"color": "#ffd98a",
|
|
481
510
|
"anchor": [0.5, 0.5]
|
|
482
|
-
}
|
|
511
|
+
},
|
|
512
|
+
"uid": "n_937zzlph7z5rytbt"
|
|
483
513
|
},
|
|
484
514
|
{
|
|
485
515
|
"name": "TCw2",
|
|
@@ -489,7 +519,8 @@
|
|
|
489
519
|
"size": [26, 36],
|
|
490
520
|
"color": "#ffd98a",
|
|
491
521
|
"anchor": [0.5, 0.5]
|
|
492
|
-
}
|
|
522
|
+
},
|
|
523
|
+
"uid": "n_xya2s74ye4fkmfci"
|
|
493
524
|
}
|
|
494
525
|
],
|
|
495
526
|
"uid": "n_y8xgx8pdy46yi5zb"
|
|
@@ -498,178 +529,175 @@
|
|
|
498
529
|
"name": "GroundA",
|
|
499
530
|
"type": "StaticBody2D",
|
|
500
531
|
"groups": ["ground"],
|
|
501
|
-
"props": {
|
|
502
|
-
"position": [300, 520],
|
|
503
|
-
"collider": { "shape": "rect", "size": [640, 120] }
|
|
504
|
-
},
|
|
532
|
+
"props": { "position": [300, 520], "collider": { "shape": "rect", "size": [640, 120] } },
|
|
505
533
|
"children": [
|
|
506
534
|
{
|
|
507
535
|
"name": "Skin",
|
|
508
536
|
"type": "ColorRect2D",
|
|
509
|
-
"props": { "size": [640, 120], "color": "#6a5b4a" }
|
|
537
|
+
"props": { "size": [640, 120], "color": "#6a5b4a" },
|
|
538
|
+
"uid": "n_kpopjn5cmk9yizqz"
|
|
510
539
|
},
|
|
511
540
|
{
|
|
512
541
|
"name": "Moss",
|
|
513
542
|
"type": "ColorRect2D",
|
|
514
|
-
"props": { "position": [0, -54], "size": [640, 14], "color": "#79bd54" }
|
|
543
|
+
"props": { "position": [0, -54], "size": [640, 14], "color": "#79bd54" },
|
|
544
|
+
"uid": "n_dfyi72zu1qjb4i6s"
|
|
515
545
|
}
|
|
516
|
-
]
|
|
546
|
+
],
|
|
547
|
+
"uid": "n_8zkbpwjo98d2uf8e"
|
|
517
548
|
},
|
|
518
549
|
{
|
|
519
550
|
"name": "GroundB",
|
|
520
551
|
"type": "StaticBody2D",
|
|
521
552
|
"groups": ["ground"],
|
|
522
|
-
"props": {
|
|
523
|
-
"position": [1020, 520],
|
|
524
|
-
"collider": { "shape": "rect", "size": [560, 120] }
|
|
525
|
-
},
|
|
553
|
+
"props": { "position": [1020, 520], "collider": { "shape": "rect", "size": [560, 120] } },
|
|
526
554
|
"children": [
|
|
527
555
|
{
|
|
528
556
|
"name": "Skin",
|
|
529
557
|
"type": "ColorRect2D",
|
|
530
|
-
"props": { "size": [560, 120], "color": "#6a5b4a" }
|
|
558
|
+
"props": { "size": [560, 120], "color": "#6a5b4a" },
|
|
559
|
+
"uid": "n_u1szb2nm2nnpivjg"
|
|
531
560
|
},
|
|
532
561
|
{
|
|
533
562
|
"name": "Moss",
|
|
534
563
|
"type": "ColorRect2D",
|
|
535
|
-
"props": { "position": [0, -54], "size": [560, 14], "color": "#79bd54" }
|
|
564
|
+
"props": { "position": [0, -54], "size": [560, 14], "color": "#79bd54" },
|
|
565
|
+
"uid": "n_kh2xhttq1xnvmxbu"
|
|
536
566
|
}
|
|
537
|
-
]
|
|
567
|
+
],
|
|
568
|
+
"uid": "n_o9bhrak0oa9qwyb0"
|
|
538
569
|
},
|
|
539
570
|
{
|
|
540
571
|
"name": "GroundC",
|
|
541
572
|
"type": "StaticBody2D",
|
|
542
573
|
"groups": ["ground"],
|
|
543
|
-
"props": {
|
|
544
|
-
"position": [1760, 520],
|
|
545
|
-
"collider": { "shape": "rect", "size": [560, 120] }
|
|
546
|
-
},
|
|
574
|
+
"props": { "position": [1760, 520], "collider": { "shape": "rect", "size": [560, 120] } },
|
|
547
575
|
"children": [
|
|
548
576
|
{
|
|
549
577
|
"name": "Skin",
|
|
550
578
|
"type": "ColorRect2D",
|
|
551
|
-
"props": { "size": [560, 120], "color": "#6a5b4a" }
|
|
579
|
+
"props": { "size": [560, 120], "color": "#6a5b4a" },
|
|
580
|
+
"uid": "n_sheq0wdxf31txz0x"
|
|
552
581
|
},
|
|
553
582
|
{
|
|
554
583
|
"name": "Moss",
|
|
555
584
|
"type": "ColorRect2D",
|
|
556
|
-
"props": { "position": [0, -54], "size": [560, 14], "color": "#79bd54" }
|
|
585
|
+
"props": { "position": [0, -54], "size": [560, 14], "color": "#79bd54" },
|
|
586
|
+
"uid": "n_hb3yhd7vyu0y0ksl"
|
|
557
587
|
}
|
|
558
|
-
]
|
|
588
|
+
],
|
|
589
|
+
"uid": "n_qvs9g0cca3x7lsus"
|
|
559
590
|
},
|
|
560
591
|
{
|
|
561
592
|
"name": "GroundD",
|
|
562
593
|
"type": "StaticBody2D",
|
|
563
594
|
"groups": ["ground"],
|
|
564
|
-
"props": {
|
|
565
|
-
"position": [2520, 520],
|
|
566
|
-
"collider": { "shape": "rect", "size": [600, 120] }
|
|
567
|
-
},
|
|
595
|
+
"props": { "position": [2520, 520], "collider": { "shape": "rect", "size": [600, 120] } },
|
|
568
596
|
"children": [
|
|
569
597
|
{
|
|
570
598
|
"name": "Skin",
|
|
571
599
|
"type": "ColorRect2D",
|
|
572
|
-
"props": { "size": [600, 120], "color": "#6a5b4a" }
|
|
600
|
+
"props": { "size": [600, 120], "color": "#6a5b4a" },
|
|
601
|
+
"uid": "n_um9vnv5p2i4b6b0v"
|
|
573
602
|
},
|
|
574
603
|
{
|
|
575
604
|
"name": "Moss",
|
|
576
605
|
"type": "ColorRect2D",
|
|
577
|
-
"props": { "position": [0, -54], "size": [600, 14], "color": "#79bd54" }
|
|
606
|
+
"props": { "position": [0, -54], "size": [600, 14], "color": "#79bd54" },
|
|
607
|
+
"uid": "n_20rf8qlle8qwwy7r"
|
|
578
608
|
}
|
|
579
|
-
]
|
|
609
|
+
],
|
|
610
|
+
"uid": "n_l9s9ld9hy694xeih"
|
|
580
611
|
},
|
|
581
612
|
{
|
|
582
613
|
"name": "Plat1",
|
|
583
614
|
"type": "StaticBody2D",
|
|
584
615
|
"groups": ["ground"],
|
|
585
|
-
"props": {
|
|
586
|
-
"position": [680, 360],
|
|
587
|
-
"collider": { "shape": "rect", "size": [150, 26] }
|
|
588
|
-
},
|
|
616
|
+
"props": { "position": [680, 360], "collider": { "shape": "rect", "size": [150, 26] } },
|
|
589
617
|
"children": [
|
|
590
618
|
{
|
|
591
619
|
"name": "Skin",
|
|
592
620
|
"type": "ColorRect2D",
|
|
593
|
-
"props": { "size": [150, 26], "color": "#7d6f5c" }
|
|
621
|
+
"props": { "size": [150, 26], "color": "#7d6f5c" },
|
|
622
|
+
"uid": "n_12xk4cbzgig7ck0r"
|
|
594
623
|
},
|
|
595
624
|
{
|
|
596
625
|
"name": "Moss",
|
|
597
626
|
"type": "ColorRect2D",
|
|
598
|
-
"props": { "position": [0, -9], "size": [150, 8], "color": "#88c060" }
|
|
627
|
+
"props": { "position": [0, -9], "size": [150, 8], "color": "#88c060" },
|
|
628
|
+
"uid": "n_gwd85bxr1p3towx0"
|
|
599
629
|
}
|
|
600
|
-
]
|
|
630
|
+
],
|
|
631
|
+
"uid": "n_4fkl2ixfebd5ixwz"
|
|
601
632
|
},
|
|
602
633
|
{
|
|
603
634
|
"name": "Plat2",
|
|
604
635
|
"type": "StaticBody2D",
|
|
605
636
|
"groups": ["ground"],
|
|
606
|
-
"props": {
|
|
607
|
-
"position": [1180, 320],
|
|
608
|
-
"collider": { "shape": "rect", "size": [150, 26] }
|
|
609
|
-
},
|
|
637
|
+
"props": { "position": [1180, 320], "collider": { "shape": "rect", "size": [150, 26] } },
|
|
610
638
|
"children": [
|
|
611
639
|
{
|
|
612
640
|
"name": "Skin",
|
|
613
641
|
"type": "ColorRect2D",
|
|
614
|
-
"props": { "size": [150, 26], "color": "#7d6f5c" }
|
|
642
|
+
"props": { "size": [150, 26], "color": "#7d6f5c" },
|
|
643
|
+
"uid": "n_8o9j7o3a3z00h8ab"
|
|
615
644
|
},
|
|
616
645
|
{
|
|
617
646
|
"name": "Moss",
|
|
618
647
|
"type": "ColorRect2D",
|
|
619
|
-
"props": { "position": [0, -9], "size": [150, 8], "color": "#88c060" }
|
|
648
|
+
"props": { "position": [0, -9], "size": [150, 8], "color": "#88c060" },
|
|
649
|
+
"uid": "n_i0k4ik9tui3gfub8"
|
|
620
650
|
}
|
|
621
|
-
]
|
|
651
|
+
],
|
|
652
|
+
"uid": "n_kuvdbylnjplyg8g3"
|
|
622
653
|
},
|
|
623
654
|
{
|
|
624
655
|
"name": "Plat3",
|
|
625
656
|
"type": "StaticBody2D",
|
|
626
657
|
"groups": ["ground"],
|
|
627
|
-
"props": {
|
|
628
|
-
"position": [1760, 300],
|
|
629
|
-
"collider": { "shape": "rect", "size": [180, 26] }
|
|
630
|
-
},
|
|
658
|
+
"props": { "position": [1760, 300], "collider": { "shape": "rect", "size": [180, 26] } },
|
|
631
659
|
"children": [
|
|
632
660
|
{
|
|
633
661
|
"name": "Skin",
|
|
634
662
|
"type": "ColorRect2D",
|
|
635
|
-
"props": { "size": [180, 26], "color": "#7d6f5c" }
|
|
663
|
+
"props": { "size": [180, 26], "color": "#7d6f5c" },
|
|
664
|
+
"uid": "n_up27sn4qs6n5svut"
|
|
636
665
|
},
|
|
637
666
|
{
|
|
638
667
|
"name": "Moss",
|
|
639
668
|
"type": "ColorRect2D",
|
|
640
|
-
"props": { "position": [0, -9], "size": [180, 8], "color": "#88c060" }
|
|
669
|
+
"props": { "position": [0, -9], "size": [180, 8], "color": "#88c060" },
|
|
670
|
+
"uid": "n_qnexl7r4xcii5p2u"
|
|
641
671
|
}
|
|
642
|
-
]
|
|
672
|
+
],
|
|
673
|
+
"uid": "n_cq5hw49tg890gk3f"
|
|
643
674
|
},
|
|
644
675
|
{
|
|
645
676
|
"name": "Plat4",
|
|
646
677
|
"type": "StaticBody2D",
|
|
647
678
|
"groups": ["ground"],
|
|
648
|
-
"props": {
|
|
649
|
-
"position": [2380, 320],
|
|
650
|
-
"collider": { "shape": "rect", "size": [150, 26] }
|
|
651
|
-
},
|
|
679
|
+
"props": { "position": [2380, 320], "collider": { "shape": "rect", "size": [150, 26] } },
|
|
652
680
|
"children": [
|
|
653
681
|
{
|
|
654
682
|
"name": "Skin",
|
|
655
683
|
"type": "ColorRect2D",
|
|
656
|
-
"props": { "size": [150, 26], "color": "#7d6f5c" }
|
|
684
|
+
"props": { "size": [150, 26], "color": "#7d6f5c" },
|
|
685
|
+
"uid": "n_0ph6j77k5jeqlih1"
|
|
657
686
|
},
|
|
658
687
|
{
|
|
659
688
|
"name": "Moss",
|
|
660
689
|
"type": "ColorRect2D",
|
|
661
|
-
"props": { "position": [0, -9], "size": [150, 8], "color": "#88c060" }
|
|
690
|
+
"props": { "position": [0, -9], "size": [150, 8], "color": "#88c060" },
|
|
691
|
+
"uid": "n_4rne2xet03gxdgy2"
|
|
662
692
|
}
|
|
663
|
-
]
|
|
693
|
+
],
|
|
694
|
+
"uid": "n_rzxq75mfbmhpupky"
|
|
664
695
|
},
|
|
665
696
|
{
|
|
666
697
|
"name": "MovePlat",
|
|
667
698
|
"type": "StaticBody2D",
|
|
668
699
|
"groups": ["ground", "platform"],
|
|
669
|
-
"props": {
|
|
670
|
-
"position": [1320, 430],
|
|
671
|
-
"collider": { "shape": "rect", "size": [150, 24] }
|
|
672
|
-
},
|
|
700
|
+
"props": { "position": [1320, 430], "collider": { "shape": "rect", "size": [150, 24] } },
|
|
673
701
|
"script": {
|
|
674
702
|
"name": "Patrol",
|
|
675
703
|
"props": {
|
|
@@ -683,12 +711,14 @@
|
|
|
683
711
|
{
|
|
684
712
|
"name": "Skin",
|
|
685
713
|
"type": "ColorRect2D",
|
|
686
|
-
"props": { "size": [150, 24], "color": "#b07b3c" }
|
|
714
|
+
"props": { "size": [150, 24], "color": "#b07b3c" },
|
|
715
|
+
"uid": "n_1lxzyy8mlferk1rq"
|
|
687
716
|
},
|
|
688
717
|
{
|
|
689
718
|
"name": "Top",
|
|
690
719
|
"type": "ColorRect2D",
|
|
691
|
-
"props": { "position": [0, -8], "size": [150, 8], "color": "#ffd166" }
|
|
720
|
+
"props": { "position": [0, -8], "size": [150, 8], "color": "#ffd166" },
|
|
721
|
+
"uid": "n_ksvi7q3e4g7vkxcn"
|
|
692
722
|
}
|
|
693
723
|
],
|
|
694
724
|
"uid": "n_sf07oapcipaog0b6"
|
|
@@ -697,29 +727,23 @@
|
|
|
697
727
|
"name": "Lift",
|
|
698
728
|
"type": "StaticBody2D",
|
|
699
729
|
"groups": ["ground", "platform"],
|
|
700
|
-
"props": {
|
|
701
|
-
"position": [2140, 430],
|
|
702
|
-
"collider": { "shape": "rect", "size": [140, 24] }
|
|
703
|
-
},
|
|
730
|
+
"props": { "position": [2140, 430], "collider": { "shape": "rect", "size": [140, 24] } },
|
|
704
731
|
"script": {
|
|
705
732
|
"name": "Oscillate",
|
|
706
|
-
"props": {
|
|
707
|
-
"axis": "y",
|
|
708
|
-
"amplitude": 90,
|
|
709
|
-
"frequency": 0.32,
|
|
710
|
-
"mode": "position"
|
|
711
|
-
}
|
|
733
|
+
"props": { "axis": "y", "amplitude": 90, "frequency": 0.32, "mode": "position" }
|
|
712
734
|
},
|
|
713
735
|
"children": [
|
|
714
736
|
{
|
|
715
737
|
"name": "Skin",
|
|
716
738
|
"type": "ColorRect2D",
|
|
717
|
-
"props": { "size": [140, 24], "color": "#b07b3c" }
|
|
739
|
+
"props": { "size": [140, 24], "color": "#b07b3c" },
|
|
740
|
+
"uid": "n_pwb8mgso3ntyu0zb"
|
|
718
741
|
},
|
|
719
742
|
{
|
|
720
743
|
"name": "Top",
|
|
721
744
|
"type": "ColorRect2D",
|
|
722
|
-
"props": { "position": [0, -8], "size": [140, 8], "color": "#ffd166" }
|
|
745
|
+
"props": { "position": [0, -8], "size": [140, 8], "color": "#ffd166" },
|
|
746
|
+
"uid": "n_8hovv47n4yj9ouqb"
|
|
723
747
|
}
|
|
724
748
|
],
|
|
725
749
|
"uid": "n_vfuh862g8bfg7swp"
|
|
@@ -728,89 +752,86 @@
|
|
|
728
752
|
"name": "Spikes1",
|
|
729
753
|
"type": "Area2D",
|
|
730
754
|
"groups": ["hazard"],
|
|
731
|
-
"props": {
|
|
732
|
-
"position": [680, 548],
|
|
733
|
-
"collider": { "shape": "rect", "size": [120, 36] }
|
|
734
|
-
},
|
|
755
|
+
"props": { "position": [680, 548], "collider": { "shape": "rect", "size": [120, 36] } },
|
|
735
756
|
"children": [
|
|
736
757
|
{
|
|
737
758
|
"name": "Skin",
|
|
738
759
|
"type": "ColorRect2D",
|
|
739
|
-
"props": { "position": [0, 2], "size": [120, 26], "color": "#b0392f" }
|
|
760
|
+
"props": { "position": [0, 2], "size": [120, 26], "color": "#b0392f" },
|
|
761
|
+
"uid": "n_t0fo5rl84infnn9j"
|
|
740
762
|
}
|
|
741
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"uid": "n_qehp8oobygqmm6tg"
|
|
742
765
|
},
|
|
743
766
|
{
|
|
744
767
|
"name": "Spikes2",
|
|
745
768
|
"type": "Area2D",
|
|
746
769
|
"groups": ["hazard"],
|
|
747
|
-
"props": {
|
|
748
|
-
"position": [2140, 548],
|
|
749
|
-
"collider": { "shape": "rect", "size": [200, 36] }
|
|
750
|
-
},
|
|
770
|
+
"props": { "position": [2140, 548], "collider": { "shape": "rect", "size": [200, 36] } },
|
|
751
771
|
"children": [
|
|
752
772
|
{
|
|
753
773
|
"name": "Skin",
|
|
754
774
|
"type": "ColorRect2D",
|
|
755
|
-
"props": { "position": [0, 2], "size": [200, 26], "color": "#b0392f" }
|
|
775
|
+
"props": { "position": [0, 2], "size": [200, 26], "color": "#b0392f" },
|
|
776
|
+
"uid": "n_eko325lyecm19gtb"
|
|
756
777
|
}
|
|
757
|
-
]
|
|
778
|
+
],
|
|
779
|
+
"uid": "n_tsh2l3pt5dus6uii"
|
|
758
780
|
},
|
|
759
781
|
{
|
|
760
782
|
"name": "DeathPlane",
|
|
761
783
|
"type": "Area2D",
|
|
762
784
|
"groups": ["pit"],
|
|
763
|
-
"props": {
|
|
764
|
-
|
|
765
|
-
"collider": { "shape": "rect", "size": [6000, 120] }
|
|
766
|
-
}
|
|
785
|
+
"props": { "position": [1400, 880], "collider": { "shape": "rect", "size": [6000, 120] } },
|
|
786
|
+
"uid": "n_jribfvf3t8135m06"
|
|
767
787
|
},
|
|
768
788
|
{
|
|
769
789
|
"name": "Checkpoint",
|
|
770
790
|
"type": "Area2D",
|
|
771
791
|
"groups": ["checkpoint"],
|
|
772
|
-
"props": {
|
|
773
|
-
"position": [1520, 392],
|
|
774
|
-
"collider": { "shape": "rect", "size": [40, 120] }
|
|
775
|
-
},
|
|
792
|
+
"props": { "position": [1520, 392], "collider": { "shape": "rect", "size": [40, 120] } },
|
|
776
793
|
"children": [
|
|
777
794
|
{
|
|
778
795
|
"name": "Pole",
|
|
779
796
|
"type": "ColorRect2D",
|
|
780
|
-
"props": { "size": [8, 120], "color": "#cfd6e6" }
|
|
797
|
+
"props": { "size": [8, 120], "color": "#cfd6e6" },
|
|
798
|
+
"uid": "n_pu6wgcdu7das46xg"
|
|
781
799
|
},
|
|
782
800
|
{
|
|
783
801
|
"name": "Flag",
|
|
784
802
|
"type": "ColorRect2D",
|
|
785
|
-
"props": { "position": [26, -44], "size": [44, 28], "color": "#56d8ff" }
|
|
803
|
+
"props": { "position": [26, -44], "size": [44, 28], "color": "#56d8ff" },
|
|
804
|
+
"uid": "n_uanrwp2hjns21ybe"
|
|
786
805
|
}
|
|
787
|
-
]
|
|
806
|
+
],
|
|
807
|
+
"uid": "n_100y13h04f6zv8hy"
|
|
788
808
|
},
|
|
789
809
|
{
|
|
790
810
|
"name": "Goal",
|
|
791
811
|
"type": "Area2D",
|
|
792
812
|
"groups": ["goal"],
|
|
793
|
-
"props": {
|
|
794
|
-
"position": [2740, 380],
|
|
795
|
-
"collider": { "shape": "rect", "size": [60, 160] }
|
|
796
|
-
},
|
|
813
|
+
"props": { "position": [2740, 380], "collider": { "shape": "rect", "size": [60, 160] } },
|
|
797
814
|
"children": [
|
|
798
815
|
{
|
|
799
816
|
"name": "Pole",
|
|
800
817
|
"type": "ColorRect2D",
|
|
801
|
-
"props": { "size": [10, 160], "color": "#e9e2cf" }
|
|
818
|
+
"props": { "size": [10, 160], "color": "#e9e2cf" },
|
|
819
|
+
"uid": "n_90p2heibwoi09twa"
|
|
802
820
|
},
|
|
803
821
|
{
|
|
804
822
|
"name": "Flag",
|
|
805
823
|
"type": "ColorRect2D",
|
|
806
|
-
"props": { "position": [34, -60], "size": [56, 36], "color": "#ffd166" }
|
|
824
|
+
"props": { "position": [34, -60], "size": [56, 36], "color": "#ffd166" },
|
|
825
|
+
"uid": "n_x9wh2ozd3p8raunb"
|
|
807
826
|
},
|
|
808
827
|
{
|
|
809
828
|
"name": "Gate",
|
|
810
829
|
"type": "ColorRect2D",
|
|
811
|
-
"props": { "position": [0, 60], "size": [120, 40], "color": "#3f3550" }
|
|
830
|
+
"props": { "position": [0, 60], "size": [120, 40], "color": "#3f3550" },
|
|
831
|
+
"uid": "n_fmwlegkrlo07o8cp"
|
|
812
832
|
}
|
|
813
|
-
]
|
|
833
|
+
],
|
|
834
|
+
"uid": "n_v2qtb845ohsyjatm"
|
|
814
835
|
},
|
|
815
836
|
{
|
|
816
837
|
"name": "Gob1",
|
|
@@ -819,11 +840,7 @@
|
|
|
819
840
|
"props": { "position": [1020, 430] },
|
|
820
841
|
"script": {
|
|
821
842
|
"name": "Patrol",
|
|
822
|
-
"props": {
|
|
823
|
-
"points": [[820, 430], [1240, 430]],
|
|
824
|
-
"speed": 72,
|
|
825
|
-
"mode": "pingpong"
|
|
826
|
-
}
|
|
843
|
+
"props": { "points": [[820, 430], [1240, 430]], "speed": 72, "mode": "pingpong" }
|
|
827
844
|
},
|
|
828
845
|
"children": [
|
|
829
846
|
{
|
|
@@ -838,7 +855,8 @@
|
|
|
838
855
|
"idle": { "frames": [0, 6], "fps": 9, "loop": true },
|
|
839
856
|
"move": { "frames": [7, 12], "fps": 12, "loop": true }
|
|
840
857
|
}
|
|
841
|
-
}
|
|
858
|
+
},
|
|
859
|
+
"uid": "n_h9cchyppxdlabdtk"
|
|
842
860
|
},
|
|
843
861
|
{
|
|
844
862
|
"name": "AI",
|
|
@@ -856,11 +874,7 @@
|
|
|
856
874
|
"props": { "position": [1760, 430] },
|
|
857
875
|
"script": {
|
|
858
876
|
"name": "Patrol",
|
|
859
|
-
"props": {
|
|
860
|
-
"points": [[1540, 430], [1980, 430]],
|
|
861
|
-
"speed": 84,
|
|
862
|
-
"mode": "pingpong"
|
|
863
|
-
}
|
|
877
|
+
"props": { "points": [[1540, 430], [1980, 430]], "speed": 84, "mode": "pingpong" }
|
|
864
878
|
},
|
|
865
879
|
"children": [
|
|
866
880
|
{
|
|
@@ -875,7 +889,8 @@
|
|
|
875
889
|
"idle": { "frames": [0, 6], "fps": 9, "loop": true },
|
|
876
890
|
"move": { "frames": [7, 12], "fps": 12, "loop": true }
|
|
877
891
|
}
|
|
878
|
-
}
|
|
892
|
+
},
|
|
893
|
+
"uid": "n_fyz3psefcspkiaw9"
|
|
879
894
|
},
|
|
880
895
|
{
|
|
881
896
|
"name": "AI",
|
|
@@ -893,11 +908,7 @@
|
|
|
893
908
|
"props": { "position": [2520, 430] },
|
|
894
909
|
"script": {
|
|
895
910
|
"name": "Patrol",
|
|
896
|
-
"props": {
|
|
897
|
-
"points": [[2300, 430], [2740, 430]],
|
|
898
|
-
"speed": 78,
|
|
899
|
-
"mode": "pingpong"
|
|
900
|
-
}
|
|
911
|
+
"props": { "points": [[2300, 430], [2740, 430]], "speed": 78, "mode": "pingpong" }
|
|
901
912
|
},
|
|
902
913
|
"children": [
|
|
903
914
|
{
|
|
@@ -912,7 +923,8 @@
|
|
|
912
923
|
"idle": { "frames": [0, 6], "fps": 9, "loop": true },
|
|
913
924
|
"move": { "frames": [7, 12], "fps": 12, "loop": true }
|
|
914
925
|
}
|
|
915
|
-
}
|
|
926
|
+
},
|
|
927
|
+
"uid": "n_jze1jl6y703we1k2"
|
|
916
928
|
},
|
|
917
929
|
{
|
|
918
930
|
"name": "AI",
|
|
@@ -931,10 +943,7 @@
|
|
|
931
943
|
{
|
|
932
944
|
"name": "Coin1",
|
|
933
945
|
"type": "Area2D",
|
|
934
|
-
"props": {
|
|
935
|
-
"position": [300, 380],
|
|
936
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
937
|
-
},
|
|
946
|
+
"props": { "position": [300, 380], "collider": { "shape": "circle", "radius": 16 } },
|
|
938
947
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
939
948
|
"children": [
|
|
940
949
|
{
|
|
@@ -943,12 +952,7 @@
|
|
|
943
952
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
944
953
|
"script": {
|
|
945
954
|
"name": "Oscillate",
|
|
946
|
-
"props": {
|
|
947
|
-
"axis": "y",
|
|
948
|
-
"amplitude": 6,
|
|
949
|
-
"frequency": 1.1,
|
|
950
|
-
"mode": "position"
|
|
951
|
-
}
|
|
955
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
952
956
|
},
|
|
953
957
|
"uid": "n_5vv5sh2bce9a0rfc"
|
|
954
958
|
}
|
|
@@ -958,10 +962,7 @@
|
|
|
958
962
|
{
|
|
959
963
|
"name": "Coin2",
|
|
960
964
|
"type": "Area2D",
|
|
961
|
-
"props": {
|
|
962
|
-
"position": [430, 350],
|
|
963
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
964
|
-
},
|
|
965
|
+
"props": { "position": [430, 350], "collider": { "shape": "circle", "radius": 16 } },
|
|
965
966
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
966
967
|
"children": [
|
|
967
968
|
{
|
|
@@ -970,12 +971,7 @@
|
|
|
970
971
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
971
972
|
"script": {
|
|
972
973
|
"name": "Oscillate",
|
|
973
|
-
"props": {
|
|
974
|
-
"axis": "y",
|
|
975
|
-
"amplitude": 6,
|
|
976
|
-
"frequency": 1.1,
|
|
977
|
-
"mode": "position"
|
|
978
|
-
}
|
|
974
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
979
975
|
},
|
|
980
976
|
"uid": "n_6nl39pc8x81zzfvz"
|
|
981
977
|
}
|
|
@@ -985,10 +981,7 @@
|
|
|
985
981
|
{
|
|
986
982
|
"name": "Coin3",
|
|
987
983
|
"type": "Area2D",
|
|
988
|
-
"props": {
|
|
989
|
-
"position": [680, 300],
|
|
990
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
991
|
-
},
|
|
984
|
+
"props": { "position": [680, 300], "collider": { "shape": "circle", "radius": 16 } },
|
|
992
985
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
993
986
|
"children": [
|
|
994
987
|
{
|
|
@@ -997,12 +990,7 @@
|
|
|
997
990
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
998
991
|
"script": {
|
|
999
992
|
"name": "Oscillate",
|
|
1000
|
-
"props": {
|
|
1001
|
-
"axis": "y",
|
|
1002
|
-
"amplitude": 6,
|
|
1003
|
-
"frequency": 1.1,
|
|
1004
|
-
"mode": "position"
|
|
1005
|
-
}
|
|
993
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1006
994
|
},
|
|
1007
995
|
"uid": "n_pieptsthsss398x8"
|
|
1008
996
|
}
|
|
@@ -1012,10 +1000,7 @@
|
|
|
1012
1000
|
{
|
|
1013
1001
|
"name": "Coin4",
|
|
1014
1002
|
"type": "Area2D",
|
|
1015
|
-
"props": {
|
|
1016
|
-
"position": [940, 410],
|
|
1017
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1018
|
-
},
|
|
1003
|
+
"props": { "position": [940, 410], "collider": { "shape": "circle", "radius": 16 } },
|
|
1019
1004
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1020
1005
|
"children": [
|
|
1021
1006
|
{
|
|
@@ -1024,12 +1009,7 @@
|
|
|
1024
1009
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1025
1010
|
"script": {
|
|
1026
1011
|
"name": "Oscillate",
|
|
1027
|
-
"props": {
|
|
1028
|
-
"axis": "y",
|
|
1029
|
-
"amplitude": 6,
|
|
1030
|
-
"frequency": 1.1,
|
|
1031
|
-
"mode": "position"
|
|
1032
|
-
}
|
|
1012
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1033
1013
|
},
|
|
1034
1014
|
"uid": "n_m5ye4ukey1gs9ri5"
|
|
1035
1015
|
}
|
|
@@ -1039,10 +1019,7 @@
|
|
|
1039
1019
|
{
|
|
1040
1020
|
"name": "Coin5",
|
|
1041
1021
|
"type": "Area2D",
|
|
1042
|
-
"props": {
|
|
1043
|
-
"position": [1100, 410],
|
|
1044
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1045
|
-
},
|
|
1022
|
+
"props": { "position": [1100, 410], "collider": { "shape": "circle", "radius": 16 } },
|
|
1046
1023
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1047
1024
|
"children": [
|
|
1048
1025
|
{
|
|
@@ -1051,12 +1028,7 @@
|
|
|
1051
1028
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1052
1029
|
"script": {
|
|
1053
1030
|
"name": "Oscillate",
|
|
1054
|
-
"props": {
|
|
1055
|
-
"axis": "y",
|
|
1056
|
-
"amplitude": 6,
|
|
1057
|
-
"frequency": 1.1,
|
|
1058
|
-
"mode": "position"
|
|
1059
|
-
}
|
|
1031
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1060
1032
|
},
|
|
1061
1033
|
"uid": "n_mq7njocxg7qlw3dx"
|
|
1062
1034
|
}
|
|
@@ -1066,10 +1038,7 @@
|
|
|
1066
1038
|
{
|
|
1067
1039
|
"name": "Coin6",
|
|
1068
1040
|
"type": "Area2D",
|
|
1069
|
-
"props": {
|
|
1070
|
-
"position": [1180, 285],
|
|
1071
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1072
|
-
},
|
|
1041
|
+
"props": { "position": [1180, 285], "collider": { "shape": "circle", "radius": 16 } },
|
|
1073
1042
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1074
1043
|
"children": [
|
|
1075
1044
|
{
|
|
@@ -1078,12 +1047,7 @@
|
|
|
1078
1047
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1079
1048
|
"script": {
|
|
1080
1049
|
"name": "Oscillate",
|
|
1081
|
-
"props": {
|
|
1082
|
-
"axis": "y",
|
|
1083
|
-
"amplitude": 6,
|
|
1084
|
-
"frequency": 1.1,
|
|
1085
|
-
"mode": "position"
|
|
1086
|
-
}
|
|
1050
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1087
1051
|
},
|
|
1088
1052
|
"uid": "n_zj0kivs2h857q5e7"
|
|
1089
1053
|
}
|
|
@@ -1093,10 +1057,7 @@
|
|
|
1093
1057
|
{
|
|
1094
1058
|
"name": "Coin7",
|
|
1095
1059
|
"type": "Area2D",
|
|
1096
|
-
"props": {
|
|
1097
|
-
"position": [1395, 360],
|
|
1098
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1099
|
-
},
|
|
1060
|
+
"props": { "position": [1395, 360], "collider": { "shape": "circle", "radius": 16 } },
|
|
1100
1061
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1101
1062
|
"children": [
|
|
1102
1063
|
{
|
|
@@ -1105,12 +1066,7 @@
|
|
|
1105
1066
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1106
1067
|
"script": {
|
|
1107
1068
|
"name": "Oscillate",
|
|
1108
|
-
"props": {
|
|
1109
|
-
"axis": "y",
|
|
1110
|
-
"amplitude": 6,
|
|
1111
|
-
"frequency": 1.1,
|
|
1112
|
-
"mode": "position"
|
|
1113
|
-
}
|
|
1069
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1114
1070
|
},
|
|
1115
1071
|
"uid": "n_joega2rmwl1i2d6d"
|
|
1116
1072
|
}
|
|
@@ -1120,10 +1076,7 @@
|
|
|
1120
1076
|
{
|
|
1121
1077
|
"name": "Coin8",
|
|
1122
1078
|
"type": "Area2D",
|
|
1123
|
-
"props": {
|
|
1124
|
-
"position": [1620, 410],
|
|
1125
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1126
|
-
},
|
|
1079
|
+
"props": { "position": [1620, 410], "collider": { "shape": "circle", "radius": 16 } },
|
|
1127
1080
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1128
1081
|
"children": [
|
|
1129
1082
|
{
|
|
@@ -1132,12 +1085,7 @@
|
|
|
1132
1085
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1133
1086
|
"script": {
|
|
1134
1087
|
"name": "Oscillate",
|
|
1135
|
-
"props": {
|
|
1136
|
-
"axis": "y",
|
|
1137
|
-
"amplitude": 6,
|
|
1138
|
-
"frequency": 1.1,
|
|
1139
|
-
"mode": "position"
|
|
1140
|
-
}
|
|
1088
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1141
1089
|
},
|
|
1142
1090
|
"uid": "n_zr79uqirzpuftjxx"
|
|
1143
1091
|
}
|
|
@@ -1147,10 +1095,7 @@
|
|
|
1147
1095
|
{
|
|
1148
1096
|
"name": "Coin9",
|
|
1149
1097
|
"type": "Area2D",
|
|
1150
|
-
"props": {
|
|
1151
|
-
"position": [1900, 410],
|
|
1152
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1153
|
-
},
|
|
1098
|
+
"props": { "position": [1900, 410], "collider": { "shape": "circle", "radius": 16 } },
|
|
1154
1099
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1155
1100
|
"children": [
|
|
1156
1101
|
{
|
|
@@ -1159,12 +1104,7 @@
|
|
|
1159
1104
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1160
1105
|
"script": {
|
|
1161
1106
|
"name": "Oscillate",
|
|
1162
|
-
"props": {
|
|
1163
|
-
"axis": "y",
|
|
1164
|
-
"amplitude": 6,
|
|
1165
|
-
"frequency": 1.1,
|
|
1166
|
-
"mode": "position"
|
|
1167
|
-
}
|
|
1107
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1168
1108
|
},
|
|
1169
1109
|
"uid": "n_3umxgv0yreehqbs6"
|
|
1170
1110
|
}
|
|
@@ -1174,10 +1114,7 @@
|
|
|
1174
1114
|
{
|
|
1175
1115
|
"name": "Coin10",
|
|
1176
1116
|
"type": "Area2D",
|
|
1177
|
-
"props": {
|
|
1178
|
-
"position": [2140, 300],
|
|
1179
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1180
|
-
},
|
|
1117
|
+
"props": { "position": [2140, 300], "collider": { "shape": "circle", "radius": 16 } },
|
|
1181
1118
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1182
1119
|
"children": [
|
|
1183
1120
|
{
|
|
@@ -1186,12 +1123,7 @@
|
|
|
1186
1123
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1187
1124
|
"script": {
|
|
1188
1125
|
"name": "Oscillate",
|
|
1189
|
-
"props": {
|
|
1190
|
-
"axis": "y",
|
|
1191
|
-
"amplitude": 6,
|
|
1192
|
-
"frequency": 1.1,
|
|
1193
|
-
"mode": "position"
|
|
1194
|
-
}
|
|
1126
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1195
1127
|
},
|
|
1196
1128
|
"uid": "n_rhmo04zqmdtg5tvi"
|
|
1197
1129
|
}
|
|
@@ -1201,10 +1133,7 @@
|
|
|
1201
1133
|
{
|
|
1202
1134
|
"name": "Coin11",
|
|
1203
1135
|
"type": "Area2D",
|
|
1204
|
-
"props": {
|
|
1205
|
-
"position": [2380, 285],
|
|
1206
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1207
|
-
},
|
|
1136
|
+
"props": { "position": [2380, 285], "collider": { "shape": "circle", "radius": 16 } },
|
|
1208
1137
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1209
1138
|
"children": [
|
|
1210
1139
|
{
|
|
@@ -1213,12 +1142,7 @@
|
|
|
1213
1142
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1214
1143
|
"script": {
|
|
1215
1144
|
"name": "Oscillate",
|
|
1216
|
-
"props": {
|
|
1217
|
-
"axis": "y",
|
|
1218
|
-
"amplitude": 6,
|
|
1219
|
-
"frequency": 1.1,
|
|
1220
|
-
"mode": "position"
|
|
1221
|
-
}
|
|
1145
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1222
1146
|
},
|
|
1223
1147
|
"uid": "n_xuclkqerz63mv8vb"
|
|
1224
1148
|
}
|
|
@@ -1228,10 +1152,7 @@
|
|
|
1228
1152
|
{
|
|
1229
1153
|
"name": "Coin12",
|
|
1230
1154
|
"type": "Area2D",
|
|
1231
|
-
"props": {
|
|
1232
|
-
"position": [2600, 410],
|
|
1233
|
-
"collider": { "shape": "circle", "radius": 16 }
|
|
1234
|
-
},
|
|
1155
|
+
"props": { "position": [2600, 410], "collider": { "shape": "circle", "radius": 16 } },
|
|
1235
1156
|
"script": { "name": "Pickup", "props": { "value": 10, "kind": "coin" } },
|
|
1236
1157
|
"children": [
|
|
1237
1158
|
{
|
|
@@ -1240,27 +1161,20 @@
|
|
|
1240
1161
|
"props": { "texture": "$coin", "scale": [0.6, 0.6] },
|
|
1241
1162
|
"script": {
|
|
1242
1163
|
"name": "Oscillate",
|
|
1243
|
-
"props": {
|
|
1244
|
-
"axis": "y",
|
|
1245
|
-
"amplitude": 6,
|
|
1246
|
-
"frequency": 1.1,
|
|
1247
|
-
"mode": "position"
|
|
1248
|
-
}
|
|
1164
|
+
"props": { "axis": "y", "amplitude": 6, "frequency": 1.1, "mode": "position" }
|
|
1249
1165
|
},
|
|
1250
1166
|
"uid": "n_uuegetn54zqs9bof"
|
|
1251
1167
|
}
|
|
1252
1168
|
],
|
|
1253
1169
|
"uid": "n_hxub1s4s6cgvredd"
|
|
1254
1170
|
}
|
|
1255
|
-
]
|
|
1171
|
+
],
|
|
1172
|
+
"uid": "n_ru4rs9zxiakomfq8"
|
|
1256
1173
|
},
|
|
1257
1174
|
{
|
|
1258
1175
|
"name": "Gem1",
|
|
1259
1176
|
"type": "Area2D",
|
|
1260
|
-
"props": {
|
|
1261
|
-
"position": [1760, 255],
|
|
1262
|
-
"collider": { "shape": "circle", "radius": 20 }
|
|
1263
|
-
},
|
|
1177
|
+
"props": { "position": [1760, 255], "collider": { "shape": "circle", "radius": 20 } },
|
|
1264
1178
|
"script": { "name": "Pickup", "props": { "value": 50, "kind": "gem" } },
|
|
1265
1179
|
"children": [
|
|
1266
1180
|
{
|
|
@@ -1269,12 +1183,7 @@
|
|
|
1269
1183
|
"props": { "texture": "$gem", "scale": [0.7, 0.7] },
|
|
1270
1184
|
"script": {
|
|
1271
1185
|
"name": "Oscillate",
|
|
1272
|
-
"props": {
|
|
1273
|
-
"axis": "y",
|
|
1274
|
-
"amplitude": 8,
|
|
1275
|
-
"frequency": 0.9,
|
|
1276
|
-
"mode": "position"
|
|
1277
|
-
}
|
|
1186
|
+
"props": { "axis": "y", "amplitude": 8, "frequency": 0.9, "mode": "position" }
|
|
1278
1187
|
},
|
|
1279
1188
|
"uid": "n_vqc3id2780ba623r"
|
|
1280
1189
|
}
|
|
@@ -1284,10 +1193,7 @@
|
|
|
1284
1193
|
{
|
|
1285
1194
|
"name": "Gem2",
|
|
1286
1195
|
"type": "Area2D",
|
|
1287
|
-
"props": {
|
|
1288
|
-
"position": [2140, 230],
|
|
1289
|
-
"collider": { "shape": "circle", "radius": 20 }
|
|
1290
|
-
},
|
|
1196
|
+
"props": { "position": [2140, 230], "collider": { "shape": "circle", "radius": 20 } },
|
|
1291
1197
|
"script": { "name": "Pickup", "props": { "value": 50, "kind": "gem" } },
|
|
1292
1198
|
"children": [
|
|
1293
1199
|
{
|
|
@@ -1296,12 +1202,7 @@
|
|
|
1296
1202
|
"props": { "texture": "$gem", "scale": [0.7, 0.7] },
|
|
1297
1203
|
"script": {
|
|
1298
1204
|
"name": "Oscillate",
|
|
1299
|
-
"props": {
|
|
1300
|
-
"axis": "y",
|
|
1301
|
-
"amplitude": 8,
|
|
1302
|
-
"frequency": 0.9,
|
|
1303
|
-
"mode": "position"
|
|
1304
|
-
}
|
|
1205
|
+
"props": { "axis": "y", "amplitude": 8, "frequency": 0.9, "mode": "position" }
|
|
1305
1206
|
},
|
|
1306
1207
|
"uid": "n_jnnqf3j7hygbeoaj"
|
|
1307
1208
|
}
|
|
@@ -1331,15 +1232,14 @@
|
|
|
1331
1232
|
"run": { "frames": [6, 11], "fps": 14, "loop": true },
|
|
1332
1233
|
"jump": { "frames": [9, 9], "fps": 1, "loop": false }
|
|
1333
1234
|
}
|
|
1334
|
-
}
|
|
1235
|
+
},
|
|
1236
|
+
"uid": "n_odjl6nsgedmaiijc"
|
|
1335
1237
|
},
|
|
1336
1238
|
{
|
|
1337
1239
|
"name": "Feet",
|
|
1338
1240
|
"type": "Area2D",
|
|
1339
|
-
"props": {
|
|
1340
|
-
|
|
1341
|
-
"collider": { "shape": "rect", "size": [30, 14] }
|
|
1342
|
-
}
|
|
1241
|
+
"props": { "position": [0, 30], "collider": { "shape": "rect", "size": [30, 14] } },
|
|
1242
|
+
"uid": "n_3h2sl2xr1s9dqyyn"
|
|
1343
1243
|
}
|
|
1344
1244
|
],
|
|
1345
1245
|
"uid": "n_h5em8g8jljkl2xtq"
|
|
@@ -1362,37 +1262,44 @@
|
|
|
1362
1262
|
{
|
|
1363
1263
|
"name": "SfxJump",
|
|
1364
1264
|
"type": "AudioPlayer",
|
|
1365
|
-
"props": { "preset": "jump", "bus": "sfx", "volume": 0.4 }
|
|
1265
|
+
"props": { "preset": "jump", "bus": "sfx", "volume": 0.4 },
|
|
1266
|
+
"uid": "n_fga6jge9oojav2ip"
|
|
1366
1267
|
},
|
|
1367
1268
|
{
|
|
1368
1269
|
"name": "SfxCoin",
|
|
1369
1270
|
"type": "AudioPlayer",
|
|
1370
|
-
"props": { "preset": "coin", "bus": "sfx", "volume": 0.5 }
|
|
1271
|
+
"props": { "preset": "coin", "bus": "sfx", "volume": 0.5 },
|
|
1272
|
+
"uid": "n_91v1t63q08aa269h"
|
|
1371
1273
|
},
|
|
1372
1274
|
{
|
|
1373
1275
|
"name": "SfxStomp",
|
|
1374
1276
|
"type": "AudioPlayer",
|
|
1375
|
-
"props": { "preset": "hit", "bus": "sfx", "volume": 0.55 }
|
|
1277
|
+
"props": { "preset": "hit", "bus": "sfx", "volume": 0.55 },
|
|
1278
|
+
"uid": "n_cnq1q049f8igezps"
|
|
1376
1279
|
},
|
|
1377
1280
|
{
|
|
1378
1281
|
"name": "SfxHurt",
|
|
1379
1282
|
"type": "AudioPlayer",
|
|
1380
|
-
"props": { "preset": "hurt", "bus": "sfx", "volume": 0.6 }
|
|
1283
|
+
"props": { "preset": "hurt", "bus": "sfx", "volume": 0.6 },
|
|
1284
|
+
"uid": "n_ct1uc3mzw7i160eu"
|
|
1381
1285
|
},
|
|
1382
1286
|
{
|
|
1383
1287
|
"name": "SfxCheckpoint",
|
|
1384
1288
|
"type": "AudioPlayer",
|
|
1385
|
-
"props": { "preset": "powerup", "bus": "sfx", "volume": 0.6 }
|
|
1289
|
+
"props": { "preset": "powerup", "bus": "sfx", "volume": 0.6 },
|
|
1290
|
+
"uid": "n_mp08510ntrmso38f"
|
|
1386
1291
|
},
|
|
1387
1292
|
{
|
|
1388
1293
|
"name": "SfxWin",
|
|
1389
1294
|
"type": "AudioPlayer",
|
|
1390
|
-
"props": { "preset": "win", "bus": "sfx", "volume": 0.8 }
|
|
1295
|
+
"props": { "preset": "win", "bus": "sfx", "volume": 0.8 },
|
|
1296
|
+
"uid": "n_0o3lx2ks3fj0xu4f"
|
|
1391
1297
|
},
|
|
1392
1298
|
{
|
|
1393
1299
|
"name": "SfxLose",
|
|
1394
1300
|
"type": "AudioPlayer",
|
|
1395
|
-
"props": { "preset": "lose", "bus": "sfx", "volume": 0.8 }
|
|
1301
|
+
"props": { "preset": "lose", "bus": "sfx", "volume": 0.8 },
|
|
1302
|
+
"uid": "n_tqyiokpvckkrditl"
|
|
1396
1303
|
},
|
|
1397
1304
|
{
|
|
1398
1305
|
"name": "HUD",
|
|
@@ -1402,32 +1309,20 @@
|
|
|
1402
1309
|
{
|
|
1403
1310
|
"name": "CoinLabel",
|
|
1404
1311
|
"type": "UiText",
|
|
1405
|
-
"props": {
|
|
1406
|
-
|
|
1407
|
-
"text": "◆ 0",
|
|
1408
|
-
"size": 22,
|
|
1409
|
-
"color": "#ffd166"
|
|
1410
|
-
}
|
|
1312
|
+
"props": { "anchor": "topLeft", "text": "◆ 0", "size": 22, "color": "#ffd166" },
|
|
1313
|
+
"uid": "n_46fq8hl0mj695yz5"
|
|
1411
1314
|
},
|
|
1412
1315
|
{
|
|
1413
1316
|
"name": "HeartLabel",
|
|
1414
1317
|
"type": "UiText",
|
|
1415
|
-
"props": {
|
|
1416
|
-
|
|
1417
|
-
"text": "♥♥♥",
|
|
1418
|
-
"size": 22,
|
|
1419
|
-
"color": "#ff6b81"
|
|
1420
|
-
}
|
|
1318
|
+
"props": { "anchor": "topLeft", "text": "♥♥♥", "size": 22, "color": "#ff6b81" },
|
|
1319
|
+
"uid": "n_64f6g26ewb0q4k4l"
|
|
1421
1320
|
},
|
|
1422
1321
|
{
|
|
1423
1322
|
"name": "LivesLabel",
|
|
1424
1323
|
"type": "UiText",
|
|
1425
|
-
"props": {
|
|
1426
|
-
|
|
1427
|
-
"text": "x 3",
|
|
1428
|
-
"size": 18,
|
|
1429
|
-
"color": "#f4f4f4"
|
|
1430
|
-
}
|
|
1324
|
+
"props": { "anchor": "topLeft", "text": "x 3", "size": 18, "color": "#f4f4f4" },
|
|
1325
|
+
"uid": "n_529jngi6yo9wo8hn"
|
|
1431
1326
|
},
|
|
1432
1327
|
{
|
|
1433
1328
|
"name": "Hint",
|
|
@@ -1437,7 +1332,8 @@
|
|
|
1437
1332
|
"text": "A/D run · Space jump (double-jump!) · stomp goblins · reach the gold flag",
|
|
1438
1333
|
"size": 14,
|
|
1439
1334
|
"color": "#f4f4f4"
|
|
1440
|
-
}
|
|
1335
|
+
},
|
|
1336
|
+
"uid": "n_xzbq736pxmlog2ze"
|
|
1441
1337
|
}
|
|
1442
1338
|
],
|
|
1443
1339
|
"uid": "n_ng718r3uiw1madux"
|
|
@@ -1445,180 +1341,48 @@
|
|
|
1445
1341
|
{
|
|
1446
1342
|
"name": "BannerLayer",
|
|
1447
1343
|
"type": "HudLayer",
|
|
1448
|
-
"children": [
|
|
1344
|
+
"children": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "Banner",
|
|
1347
|
+
"type": "UiBanner",
|
|
1348
|
+
"props": { "size": 44 },
|
|
1349
|
+
"uid": "n_cjld0im0b2f7t02i"
|
|
1350
|
+
}
|
|
1351
|
+
],
|
|
1352
|
+
"uid": "n_i3xs3gnb3cyrar1u"
|
|
1449
1353
|
}
|
|
1450
1354
|
],
|
|
1451
1355
|
"uid": "n_d9t51gs0vhpnp2jj"
|
|
1452
1356
|
},
|
|
1453
1357
|
"connections": [
|
|
1454
|
-
{
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
"handler": "addScore"
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"signal": "collected",
|
|
1486
|
-
"from": "Coins/Coin6",
|
|
1487
|
-
"to": "/root",
|
|
1488
|
-
"handler": "addScore"
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"signal": "collected",
|
|
1492
|
-
"from": "Coins/Coin7",
|
|
1493
|
-
"to": "/root",
|
|
1494
|
-
"handler": "addScore"
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"signal": "collected",
|
|
1498
|
-
"from": "Coins/Coin8",
|
|
1499
|
-
"to": "/root",
|
|
1500
|
-
"handler": "addScore"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"signal": "collected",
|
|
1504
|
-
"from": "Coins/Coin9",
|
|
1505
|
-
"to": "/root",
|
|
1506
|
-
"handler": "addScore"
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"signal": "collected",
|
|
1510
|
-
"from": "Coins/Coin10",
|
|
1511
|
-
"to": "/root",
|
|
1512
|
-
"handler": "addScore"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"signal": "collected",
|
|
1516
|
-
"from": "Coins/Coin11",
|
|
1517
|
-
"to": "/root",
|
|
1518
|
-
"handler": "addScore"
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
"signal": "collected",
|
|
1522
|
-
"from": "Coins/Coin12",
|
|
1523
|
-
"to": "/root",
|
|
1524
|
-
"handler": "addScore"
|
|
1525
|
-
},
|
|
1526
|
-
{
|
|
1527
|
-
"signal": "collected",
|
|
1528
|
-
"from": "Gem1",
|
|
1529
|
-
"to": "/root",
|
|
1530
|
-
"handler": "addScore"
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"signal": "collected",
|
|
1534
|
-
"from": "Gem2",
|
|
1535
|
-
"to": "/root",
|
|
1536
|
-
"handler": "addScore"
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"signal": "collected",
|
|
1540
|
-
"from": "Coins/Coin1",
|
|
1541
|
-
"to": "SfxCoin",
|
|
1542
|
-
"handler": "play"
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"signal": "collected",
|
|
1546
|
-
"from": "Coins/Coin2",
|
|
1547
|
-
"to": "SfxCoin",
|
|
1548
|
-
"handler": "play"
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"signal": "collected",
|
|
1552
|
-
"from": "Coins/Coin3",
|
|
1553
|
-
"to": "SfxCoin",
|
|
1554
|
-
"handler": "play"
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"signal": "collected",
|
|
1558
|
-
"from": "Coins/Coin4",
|
|
1559
|
-
"to": "SfxCoin",
|
|
1560
|
-
"handler": "play"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"signal": "collected",
|
|
1564
|
-
"from": "Coins/Coin5",
|
|
1565
|
-
"to": "SfxCoin",
|
|
1566
|
-
"handler": "play"
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"signal": "collected",
|
|
1570
|
-
"from": "Coins/Coin6",
|
|
1571
|
-
"to": "SfxCoin",
|
|
1572
|
-
"handler": "play"
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
"signal": "collected",
|
|
1576
|
-
"from": "Coins/Coin7",
|
|
1577
|
-
"to": "SfxCoin",
|
|
1578
|
-
"handler": "play"
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"signal": "collected",
|
|
1582
|
-
"from": "Coins/Coin8",
|
|
1583
|
-
"to": "SfxCoin",
|
|
1584
|
-
"handler": "play"
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"signal": "collected",
|
|
1588
|
-
"from": "Coins/Coin9",
|
|
1589
|
-
"to": "SfxCoin",
|
|
1590
|
-
"handler": "play"
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"signal": "collected",
|
|
1594
|
-
"from": "Coins/Coin10",
|
|
1595
|
-
"to": "SfxCoin",
|
|
1596
|
-
"handler": "play"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"signal": "collected",
|
|
1600
|
-
"from": "Coins/Coin11",
|
|
1601
|
-
"to": "SfxCoin",
|
|
1602
|
-
"handler": "play"
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"signal": "collected",
|
|
1606
|
-
"from": "Coins/Coin12",
|
|
1607
|
-
"to": "SfxCoin",
|
|
1608
|
-
"handler": "play"
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"signal": "collected",
|
|
1612
|
-
"from": "Gem1",
|
|
1613
|
-
"to": "SfxCheckpoint",
|
|
1614
|
-
"handler": "play"
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"signal": "collected",
|
|
1618
|
-
"from": "Gem2",
|
|
1619
|
-
"to": "SfxCheckpoint",
|
|
1620
|
-
"handler": "play"
|
|
1621
|
-
},
|
|
1358
|
+
{ "signal": "collected", "from": "Coins/Coin1", "to": "/root", "handler": "addScore" },
|
|
1359
|
+
{ "signal": "collected", "from": "Coins/Coin2", "to": "/root", "handler": "addScore" },
|
|
1360
|
+
{ "signal": "collected", "from": "Coins/Coin3", "to": "/root", "handler": "addScore" },
|
|
1361
|
+
{ "signal": "collected", "from": "Coins/Coin4", "to": "/root", "handler": "addScore" },
|
|
1362
|
+
{ "signal": "collected", "from": "Coins/Coin5", "to": "/root", "handler": "addScore" },
|
|
1363
|
+
{ "signal": "collected", "from": "Coins/Coin6", "to": "/root", "handler": "addScore" },
|
|
1364
|
+
{ "signal": "collected", "from": "Coins/Coin7", "to": "/root", "handler": "addScore" },
|
|
1365
|
+
{ "signal": "collected", "from": "Coins/Coin8", "to": "/root", "handler": "addScore" },
|
|
1366
|
+
{ "signal": "collected", "from": "Coins/Coin9", "to": "/root", "handler": "addScore" },
|
|
1367
|
+
{ "signal": "collected", "from": "Coins/Coin10", "to": "/root", "handler": "addScore" },
|
|
1368
|
+
{ "signal": "collected", "from": "Coins/Coin11", "to": "/root", "handler": "addScore" },
|
|
1369
|
+
{ "signal": "collected", "from": "Coins/Coin12", "to": "/root", "handler": "addScore" },
|
|
1370
|
+
{ "signal": "collected", "from": "Gem1", "to": "/root", "handler": "addScore" },
|
|
1371
|
+
{ "signal": "collected", "from": "Gem2", "to": "/root", "handler": "addScore" },
|
|
1372
|
+
{ "signal": "collected", "from": "Coins/Coin1", "to": "SfxCoin", "handler": "play" },
|
|
1373
|
+
{ "signal": "collected", "from": "Coins/Coin2", "to": "SfxCoin", "handler": "play" },
|
|
1374
|
+
{ "signal": "collected", "from": "Coins/Coin3", "to": "SfxCoin", "handler": "play" },
|
|
1375
|
+
{ "signal": "collected", "from": "Coins/Coin4", "to": "SfxCoin", "handler": "play" },
|
|
1376
|
+
{ "signal": "collected", "from": "Coins/Coin5", "to": "SfxCoin", "handler": "play" },
|
|
1377
|
+
{ "signal": "collected", "from": "Coins/Coin6", "to": "SfxCoin", "handler": "play" },
|
|
1378
|
+
{ "signal": "collected", "from": "Coins/Coin7", "to": "SfxCoin", "handler": "play" },
|
|
1379
|
+
{ "signal": "collected", "from": "Coins/Coin8", "to": "SfxCoin", "handler": "play" },
|
|
1380
|
+
{ "signal": "collected", "from": "Coins/Coin9", "to": "SfxCoin", "handler": "play" },
|
|
1381
|
+
{ "signal": "collected", "from": "Coins/Coin10", "to": "SfxCoin", "handler": "play" },
|
|
1382
|
+
{ "signal": "collected", "from": "Coins/Coin11", "to": "SfxCoin", "handler": "play" },
|
|
1383
|
+
{ "signal": "collected", "from": "Coins/Coin12", "to": "SfxCoin", "handler": "play" },
|
|
1384
|
+
{ "signal": "collected", "from": "Gem1", "to": "SfxCheckpoint", "handler": "play" },
|
|
1385
|
+
{ "signal": "collected", "from": "Gem2", "to": "SfxCheckpoint", "handler": "play" },
|
|
1622
1386
|
{ "signal": "won", "from": "/root", "to": "SfxWin", "handler": "play" },
|
|
1623
1387
|
{ "signal": "lost", "from": "/root", "to": "SfxLose", "handler": "play" }
|
|
1624
1388
|
]
|