@almadar/std 8.3.0 → 8.4.1
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/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -236,13 +236,10 @@
|
|
|
236
236
|
"render-ui",
|
|
237
237
|
"main",
|
|
238
238
|
{
|
|
239
|
-
"showTopBar": true,
|
|
240
239
|
"type": "game-shell",
|
|
241
240
|
"appName": "Puzzle App",
|
|
242
241
|
"children": [
|
|
243
242
|
{
|
|
244
|
-
"type": "game-menu",
|
|
245
|
-
"title": "Puzzle Challenge",
|
|
246
243
|
"menuItems": [
|
|
247
244
|
{
|
|
248
245
|
"label": "Start Puzzle",
|
|
@@ -250,9 +247,12 @@
|
|
|
250
247
|
"variant": "primary"
|
|
251
248
|
}
|
|
252
249
|
],
|
|
253
|
-
"
|
|
250
|
+
"title": "Puzzle Challenge",
|
|
251
|
+
"subtitle": "Puzzle Challenge",
|
|
252
|
+
"type": "game-menu"
|
|
254
253
|
}
|
|
255
|
-
]
|
|
254
|
+
],
|
|
255
|
+
"showTopBar": true
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
]
|
|
@@ -266,17 +266,17 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"type": "game-shell",
|
|
270
|
-
"showTopBar": true,
|
|
271
269
|
"children": [
|
|
272
270
|
{
|
|
273
|
-
"
|
|
271
|
+
"width": 800.0,
|
|
274
272
|
"height": 600.0,
|
|
275
273
|
"fps": 60.0,
|
|
276
|
-
"
|
|
274
|
+
"type": "game-canvas-2d"
|
|
277
275
|
}
|
|
278
276
|
],
|
|
279
|
-
"
|
|
277
|
+
"type": "game-shell",
|
|
278
|
+
"appName": "Puzzle App",
|
|
279
|
+
"showTopBar": true
|
|
280
280
|
}
|
|
281
281
|
]
|
|
282
282
|
]
|
|
@@ -304,15 +304,15 @@
|
|
|
304
304
|
"render-ui",
|
|
305
305
|
"main",
|
|
306
306
|
{
|
|
307
|
-
"appName": "Puzzle App",
|
|
308
|
-
"type": "game-shell",
|
|
309
307
|
"showTopBar": true,
|
|
308
|
+
"type": "game-shell",
|
|
309
|
+
"appName": "Puzzle App",
|
|
310
310
|
"children": [
|
|
311
311
|
{
|
|
312
312
|
"type": "game-canvas-2d",
|
|
313
313
|
"height": 600.0,
|
|
314
|
-
"
|
|
315
|
-
"
|
|
314
|
+
"fps": 60.0,
|
|
315
|
+
"width": 800.0
|
|
316
316
|
}
|
|
317
317
|
]
|
|
318
318
|
}
|
|
@@ -333,10 +333,11 @@
|
|
|
333
333
|
"render-ui",
|
|
334
334
|
"modal",
|
|
335
335
|
{
|
|
336
|
+
"title": "Paused",
|
|
336
337
|
"menuItems": [
|
|
337
338
|
{
|
|
338
|
-
"event": "RESUME",
|
|
339
339
|
"label": "Resume",
|
|
340
|
+
"event": "RESUME",
|
|
340
341
|
"variant": "primary"
|
|
341
342
|
},
|
|
342
343
|
{
|
|
@@ -345,7 +346,6 @@
|
|
|
345
346
|
"event": "RESTART"
|
|
346
347
|
}
|
|
347
348
|
],
|
|
348
|
-
"title": "Paused",
|
|
349
349
|
"type": "game-menu"
|
|
350
350
|
}
|
|
351
351
|
]
|
|
@@ -360,37 +360,37 @@
|
|
|
360
360
|
"render-ui",
|
|
361
361
|
"main",
|
|
362
362
|
{
|
|
363
|
-
"showTopBar": true,
|
|
364
363
|
"type": "game-shell",
|
|
364
|
+
"showTopBar": true,
|
|
365
|
+
"appName": "Puzzle App",
|
|
365
366
|
"children": [
|
|
366
367
|
{
|
|
367
|
-
"
|
|
368
|
+
"menuItems": [
|
|
368
369
|
{
|
|
369
|
-
"label": "
|
|
370
|
-
"
|
|
370
|
+
"label": "Play Again",
|
|
371
|
+
"event": "RESTART",
|
|
372
|
+
"variant": "primary"
|
|
371
373
|
},
|
|
372
374
|
{
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
+
"variant": "secondary",
|
|
376
|
+
"event": "RESTART",
|
|
377
|
+
"label": "Main Menu"
|
|
375
378
|
}
|
|
376
379
|
],
|
|
377
380
|
"type": "game-over-screen",
|
|
378
381
|
"title": "Puzzle Complete",
|
|
379
|
-
"
|
|
382
|
+
"stats": [
|
|
380
383
|
{
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
"event": "RESTART"
|
|
384
|
+
"label": "Score",
|
|
385
|
+
"value": "@entity.score"
|
|
384
386
|
},
|
|
385
387
|
{
|
|
386
|
-
"
|
|
387
|
-
"label": "
|
|
388
|
-
"variant": "secondary"
|
|
388
|
+
"value": "@entity.moves",
|
|
389
|
+
"label": "Moves"
|
|
389
390
|
}
|
|
390
391
|
]
|
|
391
392
|
}
|
|
392
|
-
]
|
|
393
|
-
"appName": "Puzzle App"
|
|
393
|
+
]
|
|
394
394
|
}
|
|
395
395
|
]
|
|
396
396
|
]
|
|
@@ -414,17 +414,17 @@
|
|
|
414
414
|
"render-ui",
|
|
415
415
|
"main",
|
|
416
416
|
{
|
|
417
|
-
"appName": "Puzzle App",
|
|
418
|
-
"showTopBar": true,
|
|
419
417
|
"children": [
|
|
420
418
|
{
|
|
421
|
-
"
|
|
419
|
+
"width": 800.0,
|
|
422
420
|
"height": 600.0,
|
|
423
421
|
"type": "game-canvas-2d",
|
|
424
|
-
"
|
|
422
|
+
"fps": 60.0
|
|
425
423
|
}
|
|
426
424
|
],
|
|
427
|
-
"type": "game-shell"
|
|
425
|
+
"type": "game-shell",
|
|
426
|
+
"appName": "Puzzle App",
|
|
427
|
+
"showTopBar": true
|
|
428
428
|
}
|
|
429
429
|
]
|
|
430
430
|
]
|
|
@@ -444,16 +444,16 @@
|
|
|
444
444
|
"main",
|
|
445
445
|
{
|
|
446
446
|
"appName": "Puzzle App",
|
|
447
|
+
"type": "game-shell",
|
|
447
448
|
"children": [
|
|
448
449
|
{
|
|
449
450
|
"type": "game-canvas-2d",
|
|
450
451
|
"width": 800.0,
|
|
451
|
-
"
|
|
452
|
-
"
|
|
452
|
+
"fps": 60.0,
|
|
453
|
+
"height": 600.0
|
|
453
454
|
}
|
|
454
455
|
],
|
|
455
|
-
"showTopBar": true
|
|
456
|
-
"type": "game-shell"
|
|
456
|
+
"showTopBar": true
|
|
457
457
|
}
|
|
458
458
|
]
|
|
459
459
|
]
|
|
@@ -474,7 +474,6 @@
|
|
|
474
474
|
{
|
|
475
475
|
"children": [
|
|
476
476
|
{
|
|
477
|
-
"subtitle": "Puzzle Challenge",
|
|
478
477
|
"menuItems": [
|
|
479
478
|
{
|
|
480
479
|
"event": "START",
|
|
@@ -483,6 +482,7 @@
|
|
|
483
482
|
}
|
|
484
483
|
],
|
|
485
484
|
"title": "Puzzle Challenge",
|
|
485
|
+
"subtitle": "Puzzle Challenge",
|
|
486
486
|
"type": "game-menu"
|
|
487
487
|
}
|
|
488
488
|
],
|
|
@@ -503,20 +503,20 @@
|
|
|
503
503
|
"main",
|
|
504
504
|
{
|
|
505
505
|
"type": "game-shell",
|
|
506
|
-
"appName": "Puzzle App",
|
|
507
506
|
"showTopBar": true,
|
|
507
|
+
"appName": "Puzzle App",
|
|
508
508
|
"children": [
|
|
509
509
|
{
|
|
510
|
+
"subtitle": "Puzzle Challenge",
|
|
511
|
+
"type": "game-menu",
|
|
510
512
|
"menuItems": [
|
|
511
513
|
{
|
|
512
|
-
"label": "Start Puzzle",
|
|
513
514
|
"variant": "primary",
|
|
514
|
-
"event": "START"
|
|
515
|
+
"event": "START",
|
|
516
|
+
"label": "Start Puzzle"
|
|
515
517
|
}
|
|
516
518
|
],
|
|
517
|
-
"
|
|
518
|
-
"title": "Puzzle Challenge",
|
|
519
|
-
"subtitle": "Puzzle Challenge"
|
|
519
|
+
"title": "Puzzle Challenge"
|
|
520
520
|
}
|
|
521
521
|
]
|
|
522
522
|
}
|
|
@@ -683,8 +683,8 @@
|
|
|
683
683
|
"PuzzleLevel",
|
|
684
684
|
{
|
|
685
685
|
"emit": {
|
|
686
|
-
"
|
|
687
|
-
"
|
|
686
|
+
"success": "PuzzleLevelLoaded",
|
|
687
|
+
"failure": "PuzzleLevelLoadFailed"
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
690
|
]
|
|
@@ -717,19 +717,19 @@
|
|
|
717
717
|
"render-ui",
|
|
718
718
|
"main",
|
|
719
719
|
{
|
|
720
|
-
"appName": "Puzzle App",
|
|
721
720
|
"type": "game-shell",
|
|
721
|
+
"appName": "Puzzle App",
|
|
722
|
+
"showTopBar": true,
|
|
722
723
|
"children": [
|
|
723
724
|
{
|
|
724
|
-
"combo": "@entity.combo",
|
|
725
725
|
"highScore": "@entity.highScore",
|
|
726
|
-
"level": "@entity.level",
|
|
727
726
|
"score": "@entity.score",
|
|
727
|
+
"combo": "@entity.combo",
|
|
728
|
+
"multiplier": "@entity.multiplier",
|
|
728
729
|
"type": "score-board",
|
|
729
|
-
"
|
|
730
|
+
"level": "@entity.level"
|
|
730
731
|
}
|
|
731
|
-
]
|
|
732
|
-
"showTopBar": true
|
|
732
|
+
]
|
|
733
733
|
}
|
|
734
734
|
]
|
|
735
735
|
]
|
|
@@ -748,19 +748,19 @@
|
|
|
748
748
|
"render-ui",
|
|
749
749
|
"main",
|
|
750
750
|
{
|
|
751
|
-
"
|
|
752
|
-
"showTopBar": true,
|
|
751
|
+
"type": "game-shell",
|
|
753
752
|
"children": [
|
|
754
753
|
{
|
|
755
|
-
"highScore": "@entity.highScore",
|
|
756
754
|
"type": "score-board",
|
|
757
|
-
"multiplier": "@entity.multiplier",
|
|
758
|
-
"level": "@entity.level",
|
|
759
755
|
"score": "@entity.score",
|
|
756
|
+
"highScore": "@entity.highScore",
|
|
757
|
+
"level": "@entity.level",
|
|
758
|
+
"multiplier": "@entity.multiplier",
|
|
760
759
|
"combo": "@entity.combo"
|
|
761
760
|
}
|
|
762
761
|
],
|
|
763
|
-
"
|
|
762
|
+
"appName": "Puzzle App",
|
|
763
|
+
"showTopBar": true
|
|
764
764
|
}
|
|
765
765
|
]
|
|
766
766
|
]
|
|
@@ -790,17 +790,17 @@
|
|
|
790
790
|
"main",
|
|
791
791
|
{
|
|
792
792
|
"showTopBar": true,
|
|
793
|
+
"appName": "Puzzle App",
|
|
793
794
|
"children": [
|
|
794
795
|
{
|
|
795
|
-
"level": "@entity.level",
|
|
796
796
|
"type": "score-board",
|
|
797
|
+
"level": "@entity.level",
|
|
797
798
|
"multiplier": "@entity.multiplier",
|
|
798
799
|
"combo": "@entity.combo",
|
|
799
|
-
"
|
|
800
|
-
"
|
|
800
|
+
"highScore": "@entity.highScore",
|
|
801
|
+
"score": "@entity.score"
|
|
801
802
|
}
|
|
802
803
|
],
|
|
803
|
-
"appName": "Puzzle App",
|
|
804
804
|
"type": "game-shell"
|
|
805
805
|
}
|
|
806
806
|
]
|
|
@@ -1043,19 +1043,19 @@
|
|
|
1043
1043
|
"render-ui",
|
|
1044
1044
|
"main",
|
|
1045
1045
|
{
|
|
1046
|
+
"type": "game-shell",
|
|
1046
1047
|
"appName": "Puzzle App",
|
|
1047
1048
|
"showTopBar": true,
|
|
1048
1049
|
"children": [
|
|
1049
1050
|
{
|
|
1051
|
+
"highScore": "@entity.highScore",
|
|
1052
|
+
"multiplier": "@entity.multiplier",
|
|
1050
1053
|
"level": "@entity.level",
|
|
1051
1054
|
"type": "score-board",
|
|
1052
|
-
"multiplier": "@entity.multiplier",
|
|
1053
1055
|
"score": "@entity.score",
|
|
1054
|
-
"combo": "@entity.combo"
|
|
1055
|
-
"highScore": "@entity.highScore"
|
|
1056
|
+
"combo": "@entity.combo"
|
|
1056
1057
|
}
|
|
1057
|
-
]
|
|
1058
|
-
"type": "game-shell"
|
|
1058
|
+
]
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
]
|
|
@@ -1087,19 +1087,19 @@
|
|
|
1087
1087
|
"render-ui",
|
|
1088
1088
|
"main",
|
|
1089
1089
|
{
|
|
1090
|
-
"showTopBar": true,
|
|
1091
1090
|
"type": "game-shell",
|
|
1092
|
-
"
|
|
1091
|
+
"showTopBar": true,
|
|
1093
1092
|
"children": [
|
|
1094
1093
|
{
|
|
1095
|
-
"type": "score-board",
|
|
1096
1094
|
"multiplier": "@entity.multiplier",
|
|
1095
|
+
"type": "score-board",
|
|
1097
1096
|
"score": "@entity.score",
|
|
1097
|
+
"level": "@entity.level",
|
|
1098
1098
|
"highScore": "@entity.highScore",
|
|
1099
|
-
"combo": "@entity.combo"
|
|
1100
|
-
"level": "@entity.level"
|
|
1099
|
+
"combo": "@entity.combo"
|
|
1101
1100
|
}
|
|
1102
|
-
]
|
|
1101
|
+
],
|
|
1102
|
+
"appName": "Puzzle App"
|
|
1103
1103
|
}
|
|
1104
1104
|
]
|
|
1105
1105
|
]
|
|
@@ -1118,19 +1118,19 @@
|
|
|
1118
1118
|
"render-ui",
|
|
1119
1119
|
"main",
|
|
1120
1120
|
{
|
|
1121
|
-
"appName": "Puzzle App",
|
|
1122
|
-
"showTopBar": true,
|
|
1123
1121
|
"children": [
|
|
1124
1122
|
{
|
|
1125
|
-
"combo": "@entity.combo",
|
|
1126
|
-
"type": "score-board",
|
|
1127
1123
|
"score": "@entity.score",
|
|
1128
|
-
"
|
|
1124
|
+
"highScore": "@entity.highScore",
|
|
1125
|
+
"type": "score-board",
|
|
1126
|
+
"combo": "@entity.combo",
|
|
1129
1127
|
"multiplier": "@entity.multiplier",
|
|
1130
|
-
"
|
|
1128
|
+
"level": "@entity.level"
|
|
1131
1129
|
}
|
|
1132
1130
|
],
|
|
1133
|
-
"type": "game-shell"
|
|
1131
|
+
"type": "game-shell",
|
|
1132
|
+
"showTopBar": true,
|
|
1133
|
+
"appName": "Puzzle App"
|
|
1134
1134
|
}
|
|
1135
1135
|
]
|
|
1136
1136
|
]
|
|
@@ -1159,19 +1159,19 @@
|
|
|
1159
1159
|
"render-ui",
|
|
1160
1160
|
"main",
|
|
1161
1161
|
{
|
|
1162
|
-
"showTopBar": true,
|
|
1163
|
-
"appName": "Puzzle App",
|
|
1164
1162
|
"type": "game-shell",
|
|
1163
|
+
"showTopBar": true,
|
|
1165
1164
|
"children": [
|
|
1166
1165
|
{
|
|
1167
|
-
"type": "score-board",
|
|
1168
|
-
"multiplier": "@entity.multiplier",
|
|
1169
|
-
"level": "@entity.level",
|
|
1170
|
-
"highScore": "@entity.highScore",
|
|
1171
1166
|
"combo": "@entity.combo",
|
|
1167
|
+
"highScore": "@entity.highScore",
|
|
1168
|
+
"level": "@entity.level",
|
|
1169
|
+
"multiplier": "@entity.multiplier",
|
|
1170
|
+
"type": "score-board",
|
|
1172
1171
|
"score": "@entity.score"
|
|
1173
1172
|
}
|
|
1174
|
-
]
|
|
1173
|
+
],
|
|
1174
|
+
"appName": "Puzzle App"
|
|
1175
1175
|
}
|
|
1176
1176
|
]
|
|
1177
1177
|
]
|