@almadar/std 8.2.0 → 8.3.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/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- 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 +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -236,23 +236,23 @@
|
|
|
236
236
|
"render-ui",
|
|
237
237
|
"main",
|
|
238
238
|
{
|
|
239
|
+
"showTopBar": true,
|
|
239
240
|
"type": "game-shell",
|
|
240
241
|
"appName": "Puzzle App",
|
|
241
242
|
"children": [
|
|
242
243
|
{
|
|
243
|
-
"
|
|
244
|
+
"type": "game-menu",
|
|
245
|
+
"title": "Puzzle Challenge",
|
|
244
246
|
"menuItems": [
|
|
245
247
|
{
|
|
246
248
|
"label": "Start Puzzle",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
+
"event": "START",
|
|
250
|
+
"variant": "primary"
|
|
249
251
|
}
|
|
250
252
|
],
|
|
251
|
-
"
|
|
252
|
-
"title": "Puzzle Challenge"
|
|
253
|
+
"subtitle": "Puzzle Challenge"
|
|
253
254
|
}
|
|
254
|
-
]
|
|
255
|
-
"showTopBar": true
|
|
255
|
+
]
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
]
|
|
@@ -266,17 +266,17 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"
|
|
269
|
+
"type": "game-shell",
|
|
270
|
+
"showTopBar": true,
|
|
270
271
|
"children": [
|
|
271
272
|
{
|
|
272
|
-
"width": 800.0,
|
|
273
273
|
"type": "game-canvas-2d",
|
|
274
274
|
"height": 600.0,
|
|
275
|
-
"fps": 60.0
|
|
275
|
+
"fps": 60.0,
|
|
276
|
+
"width": 800.0
|
|
276
277
|
}
|
|
277
278
|
],
|
|
278
|
-
"
|
|
279
|
-
"type": "game-shell"
|
|
279
|
+
"appName": "Puzzle App"
|
|
280
280
|
}
|
|
281
281
|
]
|
|
282
282
|
]
|
|
@@ -304,17 +304,17 @@
|
|
|
304
304
|
"render-ui",
|
|
305
305
|
"main",
|
|
306
306
|
{
|
|
307
|
+
"appName": "Puzzle App",
|
|
308
|
+
"type": "game-shell",
|
|
307
309
|
"showTopBar": true,
|
|
308
310
|
"children": [
|
|
309
311
|
{
|
|
312
|
+
"type": "game-canvas-2d",
|
|
310
313
|
"height": 600.0,
|
|
311
314
|
"width": 800.0,
|
|
312
|
-
"type": "game-canvas-2d",
|
|
313
315
|
"fps": 60.0
|
|
314
316
|
}
|
|
315
|
-
]
|
|
316
|
-
"appName": "Puzzle App",
|
|
317
|
-
"type": "game-shell"
|
|
317
|
+
]
|
|
318
318
|
}
|
|
319
319
|
]
|
|
320
320
|
]
|
|
@@ -333,20 +333,20 @@
|
|
|
333
333
|
"render-ui",
|
|
334
334
|
"modal",
|
|
335
335
|
{
|
|
336
|
-
"type": "game-menu",
|
|
337
|
-
"title": "Paused",
|
|
338
336
|
"menuItems": [
|
|
339
337
|
{
|
|
340
|
-
"variant": "primary",
|
|
341
338
|
"event": "RESUME",
|
|
342
|
-
"label": "Resume"
|
|
339
|
+
"label": "Resume",
|
|
340
|
+
"variant": "primary"
|
|
343
341
|
},
|
|
344
342
|
{
|
|
345
|
-
"label": "Quit",
|
|
346
343
|
"variant": "ghost",
|
|
344
|
+
"label": "Quit",
|
|
347
345
|
"event": "RESTART"
|
|
348
346
|
}
|
|
349
|
-
]
|
|
347
|
+
],
|
|
348
|
+
"title": "Paused",
|
|
349
|
+
"type": "game-menu"
|
|
350
350
|
}
|
|
351
351
|
]
|
|
352
352
|
]
|
|
@@ -360,37 +360,37 @@
|
|
|
360
360
|
"render-ui",
|
|
361
361
|
"main",
|
|
362
362
|
{
|
|
363
|
+
"showTopBar": true,
|
|
363
364
|
"type": "game-shell",
|
|
364
|
-
"appName": "Puzzle App",
|
|
365
365
|
"children": [
|
|
366
366
|
{
|
|
367
|
-
"type": "game-over-screen",
|
|
368
|
-
"title": "Puzzle Complete",
|
|
369
367
|
"stats": [
|
|
370
368
|
{
|
|
371
|
-
"
|
|
372
|
-
"
|
|
369
|
+
"label": "Score",
|
|
370
|
+
"value": "@entity.score"
|
|
373
371
|
},
|
|
374
372
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
373
|
+
"value": "@entity.moves",
|
|
374
|
+
"label": "Moves"
|
|
377
375
|
}
|
|
378
376
|
],
|
|
377
|
+
"type": "game-over-screen",
|
|
378
|
+
"title": "Puzzle Complete",
|
|
379
379
|
"menuItems": [
|
|
380
380
|
{
|
|
381
|
+
"variant": "primary",
|
|
381
382
|
"label": "Play Again",
|
|
382
|
-
"event": "RESTART"
|
|
383
|
-
"variant": "primary"
|
|
383
|
+
"event": "RESTART"
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
386
|
"event": "RESTART",
|
|
387
|
-
"
|
|
388
|
-
"
|
|
387
|
+
"label": "Main Menu",
|
|
388
|
+
"variant": "secondary"
|
|
389
389
|
}
|
|
390
390
|
]
|
|
391
391
|
}
|
|
392
392
|
],
|
|
393
|
-
"
|
|
393
|
+
"appName": "Puzzle App"
|
|
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,
|
|
417
419
|
"children": [
|
|
418
420
|
{
|
|
419
|
-
"type": "game-canvas-2d",
|
|
420
|
-
"height": 600.0,
|
|
421
421
|
"fps": 60.0,
|
|
422
|
+
"height": 600.0,
|
|
423
|
+
"type": "game-canvas-2d",
|
|
422
424
|
"width": 800.0
|
|
423
425
|
}
|
|
424
426
|
],
|
|
425
|
-
"type": "game-shell"
|
|
426
|
-
"showTopBar": true,
|
|
427
|
-
"appName": "Puzzle App"
|
|
427
|
+
"type": "game-shell"
|
|
428
428
|
}
|
|
429
429
|
]
|
|
430
430
|
]
|
|
@@ -443,17 +443,17 @@
|
|
|
443
443
|
"render-ui",
|
|
444
444
|
"main",
|
|
445
445
|
{
|
|
446
|
+
"appName": "Puzzle App",
|
|
446
447
|
"children": [
|
|
447
448
|
{
|
|
449
|
+
"type": "game-canvas-2d",
|
|
448
450
|
"width": 800.0,
|
|
449
451
|
"height": 600.0,
|
|
450
|
-
"type": "game-canvas-2d",
|
|
451
452
|
"fps": 60.0
|
|
452
453
|
}
|
|
453
454
|
],
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"showTopBar": true
|
|
455
|
+
"showTopBar": true,
|
|
456
|
+
"type": "game-shell"
|
|
457
457
|
}
|
|
458
458
|
]
|
|
459
459
|
]
|
|
@@ -472,23 +472,23 @@
|
|
|
472
472
|
"render-ui",
|
|
473
473
|
"main",
|
|
474
474
|
{
|
|
475
|
-
"showTopBar": true,
|
|
476
|
-
"type": "game-shell",
|
|
477
|
-
"appName": "Puzzle App",
|
|
478
475
|
"children": [
|
|
479
476
|
{
|
|
480
|
-
"
|
|
477
|
+
"subtitle": "Puzzle Challenge",
|
|
481
478
|
"menuItems": [
|
|
482
479
|
{
|
|
483
|
-
"
|
|
480
|
+
"event": "START",
|
|
484
481
|
"variant": "primary",
|
|
485
|
-
"
|
|
482
|
+
"label": "Start Puzzle"
|
|
486
483
|
}
|
|
487
484
|
],
|
|
488
|
-
"
|
|
489
|
-
"
|
|
485
|
+
"title": "Puzzle Challenge",
|
|
486
|
+
"type": "game-menu"
|
|
490
487
|
}
|
|
491
|
-
]
|
|
488
|
+
],
|
|
489
|
+
"type": "game-shell",
|
|
490
|
+
"appName": "Puzzle App",
|
|
491
|
+
"showTopBar": true
|
|
492
492
|
}
|
|
493
493
|
]
|
|
494
494
|
]
|
|
@@ -502,23 +502,23 @@
|
|
|
502
502
|
"render-ui",
|
|
503
503
|
"main",
|
|
504
504
|
{
|
|
505
|
+
"type": "game-shell",
|
|
506
|
+
"appName": "Puzzle App",
|
|
507
|
+
"showTopBar": true,
|
|
505
508
|
"children": [
|
|
506
509
|
{
|
|
507
|
-
"title": "Puzzle Challenge",
|
|
508
510
|
"menuItems": [
|
|
509
511
|
{
|
|
510
|
-
"
|
|
512
|
+
"label": "Start Puzzle",
|
|
511
513
|
"variant": "primary",
|
|
512
|
-
"
|
|
514
|
+
"event": "START"
|
|
513
515
|
}
|
|
514
516
|
],
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
+
"type": "game-menu",
|
|
518
|
+
"title": "Puzzle Challenge",
|
|
519
|
+
"subtitle": "Puzzle Challenge"
|
|
517
520
|
}
|
|
518
|
-
]
|
|
519
|
-
"type": "game-shell",
|
|
520
|
-
"appName": "Puzzle App",
|
|
521
|
-
"showTopBar": true
|
|
521
|
+
]
|
|
522
522
|
}
|
|
523
523
|
]
|
|
524
524
|
]
|
|
@@ -683,8 +683,8 @@
|
|
|
683
683
|
"PuzzleLevel",
|
|
684
684
|
{
|
|
685
685
|
"emit": {
|
|
686
|
-
"
|
|
687
|
-
"
|
|
686
|
+
"failure": "PuzzleLevelLoadFailed",
|
|
687
|
+
"success": "PuzzleLevelLoaded"
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
690
|
]
|
|
@@ -717,19 +717,19 @@
|
|
|
717
717
|
"render-ui",
|
|
718
718
|
"main",
|
|
719
719
|
{
|
|
720
|
-
"type": "game-shell",
|
|
721
|
-
"showTopBar": true,
|
|
722
720
|
"appName": "Puzzle App",
|
|
721
|
+
"type": "game-shell",
|
|
723
722
|
"children": [
|
|
724
723
|
{
|
|
725
|
-
"type": "score-board",
|
|
726
|
-
"highScore": "@entity.highScore",
|
|
727
724
|
"combo": "@entity.combo",
|
|
725
|
+
"highScore": "@entity.highScore",
|
|
726
|
+
"level": "@entity.level",
|
|
728
727
|
"score": "@entity.score",
|
|
729
|
-
"
|
|
730
|
-
"
|
|
728
|
+
"type": "score-board",
|
|
729
|
+
"multiplier": "@entity.multiplier"
|
|
731
730
|
}
|
|
732
|
-
]
|
|
731
|
+
],
|
|
732
|
+
"showTopBar": true
|
|
733
733
|
}
|
|
734
734
|
]
|
|
735
735
|
]
|
|
@@ -748,19 +748,19 @@
|
|
|
748
748
|
"render-ui",
|
|
749
749
|
"main",
|
|
750
750
|
{
|
|
751
|
-
"
|
|
751
|
+
"appName": "Puzzle App",
|
|
752
|
+
"showTopBar": true,
|
|
752
753
|
"children": [
|
|
753
754
|
{
|
|
754
|
-
"type": "score-board",
|
|
755
755
|
"highScore": "@entity.highScore",
|
|
756
|
+
"type": "score-board",
|
|
756
757
|
"multiplier": "@entity.multiplier",
|
|
758
|
+
"level": "@entity.level",
|
|
757
759
|
"score": "@entity.score",
|
|
758
|
-
"combo": "@entity.combo"
|
|
759
|
-
"level": "@entity.level"
|
|
760
|
+
"combo": "@entity.combo"
|
|
760
761
|
}
|
|
761
762
|
],
|
|
762
|
-
"
|
|
763
|
-
"appName": "Puzzle App"
|
|
763
|
+
"type": "game-shell"
|
|
764
764
|
}
|
|
765
765
|
]
|
|
766
766
|
]
|
|
@@ -789,18 +789,18 @@
|
|
|
789
789
|
"render-ui",
|
|
790
790
|
"main",
|
|
791
791
|
{
|
|
792
|
+
"showTopBar": true,
|
|
792
793
|
"children": [
|
|
793
794
|
{
|
|
794
|
-
"multiplier": "@entity.multiplier",
|
|
795
795
|
"level": "@entity.level",
|
|
796
|
-
"score": "@entity.score",
|
|
797
|
-
"combo": "@entity.combo",
|
|
798
796
|
"type": "score-board",
|
|
797
|
+
"multiplier": "@entity.multiplier",
|
|
798
|
+
"combo": "@entity.combo",
|
|
799
|
+
"score": "@entity.score",
|
|
799
800
|
"highScore": "@entity.highScore"
|
|
800
801
|
}
|
|
801
802
|
],
|
|
802
803
|
"appName": "Puzzle App",
|
|
803
|
-
"showTopBar": true,
|
|
804
804
|
"type": "game-shell"
|
|
805
805
|
}
|
|
806
806
|
]
|
|
@@ -1043,19 +1043,19 @@
|
|
|
1043
1043
|
"render-ui",
|
|
1044
1044
|
"main",
|
|
1045
1045
|
{
|
|
1046
|
+
"appName": "Puzzle App",
|
|
1047
|
+
"showTopBar": true,
|
|
1046
1048
|
"children": [
|
|
1047
1049
|
{
|
|
1048
|
-
"
|
|
1049
|
-
"highScore": "@entity.highScore",
|
|
1050
|
+
"level": "@entity.level",
|
|
1050
1051
|
"type": "score-board",
|
|
1052
|
+
"multiplier": "@entity.multiplier",
|
|
1053
|
+
"score": "@entity.score",
|
|
1051
1054
|
"combo": "@entity.combo",
|
|
1052
|
-
"
|
|
1053
|
-
"multiplier": "@entity.multiplier"
|
|
1055
|
+
"highScore": "@entity.highScore"
|
|
1054
1056
|
}
|
|
1055
1057
|
],
|
|
1056
|
-
"type": "game-shell"
|
|
1057
|
-
"showTopBar": true,
|
|
1058
|
-
"appName": "Puzzle App"
|
|
1058
|
+
"type": "game-shell"
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
]
|
|
@@ -1087,19 +1087,19 @@
|
|
|
1087
1087
|
"render-ui",
|
|
1088
1088
|
"main",
|
|
1089
1089
|
{
|
|
1090
|
+
"showTopBar": true,
|
|
1091
|
+
"type": "game-shell",
|
|
1092
|
+
"appName": "Puzzle App",
|
|
1090
1093
|
"children": [
|
|
1091
1094
|
{
|
|
1092
|
-
"combo": "@entity.combo",
|
|
1093
1095
|
"type": "score-board",
|
|
1094
|
-
"
|
|
1096
|
+
"multiplier": "@entity.multiplier",
|
|
1095
1097
|
"score": "@entity.score",
|
|
1096
1098
|
"highScore": "@entity.highScore",
|
|
1097
|
-
"
|
|
1099
|
+
"combo": "@entity.combo",
|
|
1100
|
+
"level": "@entity.level"
|
|
1098
1101
|
}
|
|
1099
|
-
]
|
|
1100
|
-
"showTopBar": true,
|
|
1101
|
-
"type": "game-shell",
|
|
1102
|
-
"appName": "Puzzle App"
|
|
1102
|
+
]
|
|
1103
1103
|
}
|
|
1104
1104
|
]
|
|
1105
1105
|
]
|
|
@@ -1118,18 +1118,18 @@
|
|
|
1118
1118
|
"render-ui",
|
|
1119
1119
|
"main",
|
|
1120
1120
|
{
|
|
1121
|
+
"appName": "Puzzle App",
|
|
1122
|
+
"showTopBar": true,
|
|
1121
1123
|
"children": [
|
|
1122
1124
|
{
|
|
1123
|
-
"highScore": "@entity.highScore",
|
|
1124
|
-
"type": "score-board",
|
|
1125
|
-
"multiplier": "@entity.multiplier",
|
|
1126
1125
|
"combo": "@entity.combo",
|
|
1126
|
+
"type": "score-board",
|
|
1127
|
+
"score": "@entity.score",
|
|
1127
1128
|
"level": "@entity.level",
|
|
1128
|
-
"
|
|
1129
|
+
"multiplier": "@entity.multiplier",
|
|
1130
|
+
"highScore": "@entity.highScore"
|
|
1129
1131
|
}
|
|
1130
1132
|
],
|
|
1131
|
-
"showTopBar": true,
|
|
1132
|
-
"appName": "Puzzle App",
|
|
1133
1133
|
"type": "game-shell"
|
|
1134
1134
|
}
|
|
1135
1135
|
]
|
|
@@ -1161,17 +1161,17 @@
|
|
|
1161
1161
|
{
|
|
1162
1162
|
"showTopBar": true,
|
|
1163
1163
|
"appName": "Puzzle App",
|
|
1164
|
+
"type": "game-shell",
|
|
1164
1165
|
"children": [
|
|
1165
1166
|
{
|
|
1166
1167
|
"type": "score-board",
|
|
1167
1168
|
"multiplier": "@entity.multiplier",
|
|
1168
1169
|
"level": "@entity.level",
|
|
1169
1170
|
"highScore": "@entity.highScore",
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1171
|
+
"combo": "@entity.combo",
|
|
1172
|
+
"score": "@entity.score"
|
|
1172
1173
|
}
|
|
1173
|
-
]
|
|
1174
|
-
"type": "game-shell"
|
|
1174
|
+
]
|
|
1175
1175
|
}
|
|
1176
1176
|
]
|
|
1177
1177
|
]
|
|
@@ -1194,4 +1194,4 @@
|
|
|
1194
1194
|
]
|
|
1195
1195
|
}
|
|
1196
1196
|
]
|
|
1197
|
-
}
|
|
1197
|
+
}
|