@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -240,16 +240,16 @@
|
|
|
240
240
|
"appName": "Puzzle App",
|
|
241
241
|
"children": [
|
|
242
242
|
{
|
|
243
|
-
"subtitle": "Puzzle Challenge",
|
|
244
243
|
"menuItems": [
|
|
245
244
|
{
|
|
246
245
|
"label": "Start Puzzle",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
246
|
+
"event": "START",
|
|
247
|
+
"variant": "primary"
|
|
249
248
|
}
|
|
250
249
|
],
|
|
251
|
-
"
|
|
252
|
-
"
|
|
250
|
+
"title": "Puzzle Challenge",
|
|
251
|
+
"subtitle": "Puzzle Challenge",
|
|
252
|
+
"type": "game-menu"
|
|
253
253
|
}
|
|
254
254
|
],
|
|
255
255
|
"showTopBar": true
|
|
@@ -266,17 +266,17 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"main",
|
|
268
268
|
{
|
|
269
|
-
"appName": "Puzzle App",
|
|
270
269
|
"children": [
|
|
271
270
|
{
|
|
272
271
|
"width": 800.0,
|
|
273
|
-
"type": "game-canvas-2d",
|
|
274
272
|
"height": 600.0,
|
|
275
|
-
"fps": 60.0
|
|
273
|
+
"fps": 60.0,
|
|
274
|
+
"type": "game-canvas-2d"
|
|
276
275
|
}
|
|
277
276
|
],
|
|
278
|
-
"
|
|
279
|
-
"
|
|
277
|
+
"type": "game-shell",
|
|
278
|
+
"appName": "Puzzle App",
|
|
279
|
+
"showTopBar": true
|
|
280
280
|
}
|
|
281
281
|
]
|
|
282
282
|
]
|
|
@@ -305,16 +305,16 @@
|
|
|
305
305
|
"main",
|
|
306
306
|
{
|
|
307
307
|
"showTopBar": true,
|
|
308
|
+
"type": "game-shell",
|
|
309
|
+
"appName": "Puzzle App",
|
|
308
310
|
"children": [
|
|
309
311
|
{
|
|
310
|
-
"height": 600.0,
|
|
311
|
-
"width": 800.0,
|
|
312
312
|
"type": "game-canvas-2d",
|
|
313
|
-
"
|
|
313
|
+
"height": 600.0,
|
|
314
|
+
"fps": 60.0,
|
|
315
|
+
"width": 800.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
336
|
"title": "Paused",
|
|
338
337
|
"menuItems": [
|
|
339
338
|
{
|
|
340
|
-
"
|
|
339
|
+
"label": "Resume",
|
|
341
340
|
"event": "RESUME",
|
|
342
|
-
"
|
|
341
|
+
"variant": "primary"
|
|
343
342
|
},
|
|
344
343
|
{
|
|
345
|
-
"label": "Quit",
|
|
346
344
|
"variant": "ghost",
|
|
345
|
+
"label": "Quit",
|
|
347
346
|
"event": "RESTART"
|
|
348
347
|
}
|
|
349
|
-
]
|
|
348
|
+
],
|
|
349
|
+
"type": "game-menu"
|
|
350
350
|
}
|
|
351
351
|
]
|
|
352
352
|
]
|
|
@@ -361,21 +361,10 @@
|
|
|
361
361
|
"main",
|
|
362
362
|
{
|
|
363
363
|
"type": "game-shell",
|
|
364
|
+
"showTopBar": true,
|
|
364
365
|
"appName": "Puzzle App",
|
|
365
366
|
"children": [
|
|
366
367
|
{
|
|
367
|
-
"type": "game-over-screen",
|
|
368
|
-
"title": "Puzzle Complete",
|
|
369
|
-
"stats": [
|
|
370
|
-
{
|
|
371
|
-
"value": "@entity.score",
|
|
372
|
-
"label": "Score"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"label": "Moves",
|
|
376
|
-
"value": "@entity.moves"
|
|
377
|
-
}
|
|
378
|
-
],
|
|
379
368
|
"menuItems": [
|
|
380
369
|
{
|
|
381
370
|
"label": "Play Again",
|
|
@@ -383,14 +372,25 @@
|
|
|
383
372
|
"variant": "primary"
|
|
384
373
|
},
|
|
385
374
|
{
|
|
386
|
-
"event": "RESTART",
|
|
387
375
|
"variant": "secondary",
|
|
376
|
+
"event": "RESTART",
|
|
388
377
|
"label": "Main Menu"
|
|
389
378
|
}
|
|
379
|
+
],
|
|
380
|
+
"type": "game-over-screen",
|
|
381
|
+
"title": "Puzzle Complete",
|
|
382
|
+
"stats": [
|
|
383
|
+
{
|
|
384
|
+
"label": "Score",
|
|
385
|
+
"value": "@entity.score"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"value": "@entity.moves",
|
|
389
|
+
"label": "Moves"
|
|
390
|
+
}
|
|
390
391
|
]
|
|
391
392
|
}
|
|
392
|
-
]
|
|
393
|
-
"showTopBar": true
|
|
393
|
+
]
|
|
394
394
|
}
|
|
395
395
|
]
|
|
396
396
|
]
|
|
@@ -416,15 +416,15 @@
|
|
|
416
416
|
{
|
|
417
417
|
"children": [
|
|
418
418
|
{
|
|
419
|
-
"
|
|
419
|
+
"width": 800.0,
|
|
420
420
|
"height": 600.0,
|
|
421
|
-
"
|
|
422
|
-
"
|
|
421
|
+
"type": "game-canvas-2d",
|
|
422
|
+
"fps": 60.0
|
|
423
423
|
}
|
|
424
424
|
],
|
|
425
425
|
"type": "game-shell",
|
|
426
|
-
"
|
|
427
|
-
"
|
|
426
|
+
"appName": "Puzzle App",
|
|
427
|
+
"showTopBar": true
|
|
428
428
|
}
|
|
429
429
|
]
|
|
430
430
|
]
|
|
@@ -443,16 +443,16 @@
|
|
|
443
443
|
"render-ui",
|
|
444
444
|
"main",
|
|
445
445
|
{
|
|
446
|
+
"appName": "Puzzle App",
|
|
447
|
+
"type": "game-shell",
|
|
446
448
|
"children": [
|
|
447
449
|
{
|
|
448
|
-
"width": 800.0,
|
|
449
|
-
"height": 600.0,
|
|
450
450
|
"type": "game-canvas-2d",
|
|
451
|
-
"
|
|
451
|
+
"width": 800.0,
|
|
452
|
+
"fps": 60.0,
|
|
453
|
+
"height": 600.0
|
|
452
454
|
}
|
|
453
455
|
],
|
|
454
|
-
"type": "game-shell",
|
|
455
|
-
"appName": "Puzzle App",
|
|
456
456
|
"showTopBar": true
|
|
457
457
|
}
|
|
458
458
|
]
|
|
@@ -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
|
-
"title": "Puzzle Challenge",
|
|
481
477
|
"menuItems": [
|
|
482
478
|
{
|
|
483
|
-
"
|
|
479
|
+
"event": "START",
|
|
484
480
|
"variant": "primary",
|
|
485
|
-
"
|
|
481
|
+
"label": "Start Puzzle"
|
|
486
482
|
}
|
|
487
483
|
],
|
|
488
|
-
"
|
|
489
|
-
"subtitle": "Puzzle Challenge"
|
|
484
|
+
"title": "Puzzle Challenge",
|
|
485
|
+
"subtitle": "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
|
+
"showTopBar": true,
|
|
507
|
+
"appName": "Puzzle App",
|
|
505
508
|
"children": [
|
|
506
509
|
{
|
|
507
|
-
"
|
|
510
|
+
"subtitle": "Puzzle Challenge",
|
|
511
|
+
"type": "game-menu",
|
|
508
512
|
"menuItems": [
|
|
509
513
|
{
|
|
510
|
-
"event": "START",
|
|
511
514
|
"variant": "primary",
|
|
515
|
+
"event": "START",
|
|
512
516
|
"label": "Start Puzzle"
|
|
513
517
|
}
|
|
514
518
|
],
|
|
515
|
-
"
|
|
516
|
-
"type": "game-menu"
|
|
519
|
+
"title": "Puzzle Challenge"
|
|
517
520
|
}
|
|
518
|
-
]
|
|
519
|
-
"type": "game-shell",
|
|
520
|
-
"appName": "Puzzle App",
|
|
521
|
-
"showTopBar": true
|
|
521
|
+
]
|
|
522
522
|
}
|
|
523
523
|
]
|
|
524
524
|
]
|
|
@@ -718,15 +718,15 @@
|
|
|
718
718
|
"main",
|
|
719
719
|
{
|
|
720
720
|
"type": "game-shell",
|
|
721
|
-
"showTopBar": true,
|
|
722
721
|
"appName": "Puzzle App",
|
|
722
|
+
"showTopBar": true,
|
|
723
723
|
"children": [
|
|
724
724
|
{
|
|
725
|
-
"type": "score-board",
|
|
726
725
|
"highScore": "@entity.highScore",
|
|
727
|
-
"combo": "@entity.combo",
|
|
728
726
|
"score": "@entity.score",
|
|
727
|
+
"combo": "@entity.combo",
|
|
729
728
|
"multiplier": "@entity.multiplier",
|
|
729
|
+
"type": "score-board",
|
|
730
730
|
"level": "@entity.level"
|
|
731
731
|
}
|
|
732
732
|
]
|
|
@@ -752,15 +752,15 @@
|
|
|
752
752
|
"children": [
|
|
753
753
|
{
|
|
754
754
|
"type": "score-board",
|
|
755
|
+
"score": "@entity.score",
|
|
755
756
|
"highScore": "@entity.highScore",
|
|
757
|
+
"level": "@entity.level",
|
|
756
758
|
"multiplier": "@entity.multiplier",
|
|
757
|
-
"
|
|
758
|
-
"combo": "@entity.combo",
|
|
759
|
-
"level": "@entity.level"
|
|
759
|
+
"combo": "@entity.combo"
|
|
760
760
|
}
|
|
761
761
|
],
|
|
762
|
-
"
|
|
763
|
-
"
|
|
762
|
+
"appName": "Puzzle App",
|
|
763
|
+
"showTopBar": true
|
|
764
764
|
}
|
|
765
765
|
]
|
|
766
766
|
]
|
|
@@ -789,18 +789,18 @@
|
|
|
789
789
|
"render-ui",
|
|
790
790
|
"main",
|
|
791
791
|
{
|
|
792
|
+
"showTopBar": true,
|
|
793
|
+
"appName": "Puzzle App",
|
|
792
794
|
"children": [
|
|
793
795
|
{
|
|
794
|
-
"
|
|
796
|
+
"type": "score-board",
|
|
795
797
|
"level": "@entity.level",
|
|
796
|
-
"
|
|
798
|
+
"multiplier": "@entity.multiplier",
|
|
797
799
|
"combo": "@entity.combo",
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
+
"highScore": "@entity.highScore",
|
|
801
|
+
"score": "@entity.score"
|
|
800
802
|
}
|
|
801
803
|
],
|
|
802
|
-
"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
|
+
"type": "game-shell",
|
|
1047
|
+
"appName": "Puzzle App",
|
|
1048
|
+
"showTopBar": true,
|
|
1046
1049
|
"children": [
|
|
1047
1050
|
{
|
|
1048
|
-
"score": "@entity.score",
|
|
1049
1051
|
"highScore": "@entity.highScore",
|
|
1050
|
-
"
|
|
1051
|
-
"combo": "@entity.combo",
|
|
1052
|
+
"multiplier": "@entity.multiplier",
|
|
1052
1053
|
"level": "@entity.level",
|
|
1053
|
-
"
|
|
1054
|
+
"type": "score-board",
|
|
1055
|
+
"score": "@entity.score",
|
|
1056
|
+
"combo": "@entity.combo"
|
|
1054
1057
|
}
|
|
1055
|
-
]
|
|
1056
|
-
"type": "game-shell",
|
|
1057
|
-
"showTopBar": true,
|
|
1058
|
-
"appName": "Puzzle App"
|
|
1058
|
+
]
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
]
|
|
@@ -1087,18 +1087,18 @@
|
|
|
1087
1087
|
"render-ui",
|
|
1088
1088
|
"main",
|
|
1089
1089
|
{
|
|
1090
|
+
"type": "game-shell",
|
|
1091
|
+
"showTopBar": true,
|
|
1090
1092
|
"children": [
|
|
1091
1093
|
{
|
|
1092
|
-
"
|
|
1094
|
+
"multiplier": "@entity.multiplier",
|
|
1093
1095
|
"type": "score-board",
|
|
1094
|
-
"level": "@entity.level",
|
|
1095
1096
|
"score": "@entity.score",
|
|
1097
|
+
"level": "@entity.level",
|
|
1096
1098
|
"highScore": "@entity.highScore",
|
|
1097
|
-
"
|
|
1099
|
+
"combo": "@entity.combo"
|
|
1098
1100
|
}
|
|
1099
1101
|
],
|
|
1100
|
-
"showTopBar": true,
|
|
1101
|
-
"type": "game-shell",
|
|
1102
1102
|
"appName": "Puzzle App"
|
|
1103
1103
|
}
|
|
1104
1104
|
]
|
|
@@ -1120,17 +1120,17 @@
|
|
|
1120
1120
|
{
|
|
1121
1121
|
"children": [
|
|
1122
1122
|
{
|
|
1123
|
+
"score": "@entity.score",
|
|
1123
1124
|
"highScore": "@entity.highScore",
|
|
1124
1125
|
"type": "score-board",
|
|
1125
|
-
"multiplier": "@entity.multiplier",
|
|
1126
1126
|
"combo": "@entity.combo",
|
|
1127
|
-
"
|
|
1128
|
-
"
|
|
1127
|
+
"multiplier": "@entity.multiplier",
|
|
1128
|
+
"level": "@entity.level"
|
|
1129
1129
|
}
|
|
1130
1130
|
],
|
|
1131
|
+
"type": "game-shell",
|
|
1131
1132
|
"showTopBar": true,
|
|
1132
|
-
"appName": "Puzzle App"
|
|
1133
|
-
"type": "game-shell"
|
|
1133
|
+
"appName": "Puzzle App"
|
|
1134
1134
|
}
|
|
1135
1135
|
]
|
|
1136
1136
|
]
|
|
@@ -1159,19 +1159,19 @@
|
|
|
1159
1159
|
"render-ui",
|
|
1160
1160
|
"main",
|
|
1161
1161
|
{
|
|
1162
|
+
"type": "game-shell",
|
|
1162
1163
|
"showTopBar": true,
|
|
1163
|
-
"appName": "Puzzle App",
|
|
1164
1164
|
"children": [
|
|
1165
1165
|
{
|
|
1166
|
-
"
|
|
1167
|
-
"multiplier": "@entity.multiplier",
|
|
1168
|
-
"level": "@entity.level",
|
|
1166
|
+
"combo": "@entity.combo",
|
|
1169
1167
|
"highScore": "@entity.highScore",
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1168
|
+
"level": "@entity.level",
|
|
1169
|
+
"multiplier": "@entity.multiplier",
|
|
1170
|
+
"type": "score-board",
|
|
1171
|
+
"score": "@entity.score"
|
|
1172
1172
|
}
|
|
1173
1173
|
],
|
|
1174
|
-
"
|
|
1174
|
+
"appName": "Puzzle App"
|
|
1175
1175
|
}
|
|
1176
1176
|
]
|
|
1177
1177
|
]
|
|
@@ -1194,4 +1194,4 @@
|
|
|
1194
1194
|
]
|
|
1195
1195
|
}
|
|
1196
1196
|
]
|
|
1197
|
-
}
|
|
1197
|
+
}
|