@almadar/std 10.0.0 → 11.0.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- 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 +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- 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 +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
"PuzzleLevel",
|
|
228
228
|
{
|
|
229
229
|
"emit": {
|
|
230
|
-
"
|
|
231
|
-
"
|
|
230
|
+
"success": "PuzzleLevelLoaded",
|
|
231
|
+
"failure": "PuzzleLevelLoadFailed"
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
],
|
|
@@ -238,20 +238,20 @@
|
|
|
238
238
|
{
|
|
239
239
|
"children": [
|
|
240
240
|
{
|
|
241
|
+
"subtitle": "Puzzle Challenge",
|
|
241
242
|
"menuItems": [
|
|
242
243
|
{
|
|
243
|
-
"label": "Start Puzzle",
|
|
244
244
|
"event": "START",
|
|
245
|
-
"variant": "primary"
|
|
245
|
+
"variant": "primary",
|
|
246
|
+
"label": "Start Puzzle"
|
|
246
247
|
}
|
|
247
248
|
],
|
|
248
249
|
"type": "game-menu",
|
|
249
|
-
"subtitle": "Puzzle Challenge",
|
|
250
250
|
"title": "Puzzle Challenge"
|
|
251
251
|
}
|
|
252
252
|
],
|
|
253
|
-
"showTopBar": true,
|
|
254
253
|
"appName": "Puzzle App",
|
|
254
|
+
"showTopBar": true,
|
|
255
255
|
"type": "game-shell"
|
|
256
256
|
}
|
|
257
257
|
]
|
|
@@ -268,14 +268,14 @@
|
|
|
268
268
|
{
|
|
269
269
|
"children": [
|
|
270
270
|
{
|
|
271
|
-
"type": "game-canvas-2d",
|
|
272
|
-
"width": 800.0,
|
|
273
271
|
"height": 600.0,
|
|
274
|
-
"fps": 60.0
|
|
272
|
+
"fps": 60.0,
|
|
273
|
+
"width": 800.0,
|
|
274
|
+
"type": "game-canvas-2d"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
277
|
-
"type": "game-shell",
|
|
278
277
|
"appName": "Puzzle App",
|
|
278
|
+
"type": "game-shell",
|
|
279
279
|
"showTopBar": true
|
|
280
280
|
}
|
|
281
281
|
]
|
|
@@ -304,17 +304,17 @@
|
|
|
304
304
|
"render-ui",
|
|
305
305
|
"main",
|
|
306
306
|
{
|
|
307
|
+
"showTopBar": true,
|
|
308
|
+
"type": "game-shell",
|
|
307
309
|
"appName": "Puzzle App",
|
|
308
310
|
"children": [
|
|
309
311
|
{
|
|
310
312
|
"height": 600.0,
|
|
311
|
-
"width": 800.0,
|
|
312
313
|
"type": "game-canvas-2d",
|
|
313
|
-
"fps": 60.0
|
|
314
|
+
"fps": 60.0,
|
|
315
|
+
"width": 800.0
|
|
314
316
|
}
|
|
315
|
-
]
|
|
316
|
-
"showTopBar": true,
|
|
317
|
-
"type": "game-shell"
|
|
317
|
+
]
|
|
318
318
|
}
|
|
319
319
|
]
|
|
320
320
|
]
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"render-ui",
|
|
334
334
|
"modal",
|
|
335
335
|
{
|
|
336
|
-
"
|
|
336
|
+
"title": "Paused",
|
|
337
337
|
"menuItems": [
|
|
338
338
|
{
|
|
339
339
|
"variant": "primary",
|
|
@@ -342,11 +342,11 @@
|
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
344
|
"label": "Quit",
|
|
345
|
-
"
|
|
346
|
-
"
|
|
345
|
+
"variant": "ghost",
|
|
346
|
+
"event": "RESTART"
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
|
-
"
|
|
349
|
+
"type": "game-menu"
|
|
350
350
|
}
|
|
351
351
|
]
|
|
352
352
|
]
|
|
@@ -360,37 +360,37 @@
|
|
|
360
360
|
"render-ui",
|
|
361
361
|
"main",
|
|
362
362
|
{
|
|
363
|
-
"appName": "Puzzle App",
|
|
364
363
|
"type": "game-shell",
|
|
365
|
-
"showTopBar": true,
|
|
366
364
|
"children": [
|
|
367
365
|
{
|
|
368
|
-
"
|
|
366
|
+
"menuItems": [
|
|
369
367
|
{
|
|
370
|
-
"label": "
|
|
371
|
-
"
|
|
368
|
+
"label": "Play Again",
|
|
369
|
+
"variant": "primary",
|
|
370
|
+
"event": "RESTART"
|
|
372
371
|
},
|
|
373
372
|
{
|
|
374
|
-
"label": "
|
|
375
|
-
"
|
|
373
|
+
"label": "Main Menu",
|
|
374
|
+
"event": "RESTART",
|
|
375
|
+
"variant": "secondary"
|
|
376
376
|
}
|
|
377
377
|
],
|
|
378
378
|
"title": "Puzzle Complete",
|
|
379
379
|
"type": "game-over-screen",
|
|
380
|
-
"
|
|
380
|
+
"stats": [
|
|
381
381
|
{
|
|
382
|
-
"
|
|
383
|
-
"
|
|
384
|
-
"label": "Play Again"
|
|
382
|
+
"label": "Score",
|
|
383
|
+
"value": "@entity.score"
|
|
385
384
|
},
|
|
386
385
|
{
|
|
387
|
-
"
|
|
388
|
-
"label": "
|
|
389
|
-
"event": "RESTART"
|
|
386
|
+
"value": "@entity.moves",
|
|
387
|
+
"label": "Moves"
|
|
390
388
|
}
|
|
391
389
|
]
|
|
392
390
|
}
|
|
393
|
-
]
|
|
391
|
+
],
|
|
392
|
+
"appName": "Puzzle App",
|
|
393
|
+
"showTopBar": true
|
|
394
394
|
}
|
|
395
395
|
]
|
|
396
396
|
]
|
|
@@ -415,16 +415,16 @@
|
|
|
415
415
|
"main",
|
|
416
416
|
{
|
|
417
417
|
"appName": "Puzzle App",
|
|
418
|
+
"showTopBar": true,
|
|
418
419
|
"type": "game-shell",
|
|
419
420
|
"children": [
|
|
420
421
|
{
|
|
421
|
-
"height": 600.0,
|
|
422
422
|
"type": "game-canvas-2d",
|
|
423
|
+
"fps": 60.0,
|
|
423
424
|
"width": 800.0,
|
|
424
|
-
"
|
|
425
|
+
"height": 600.0
|
|
425
426
|
}
|
|
426
|
-
]
|
|
427
|
-
"showTopBar": true
|
|
427
|
+
]
|
|
428
428
|
}
|
|
429
429
|
]
|
|
430
430
|
]
|
|
@@ -443,15 +443,15 @@
|
|
|
443
443
|
"render-ui",
|
|
444
444
|
"main",
|
|
445
445
|
{
|
|
446
|
+
"appName": "Puzzle App",
|
|
446
447
|
"children": [
|
|
447
448
|
{
|
|
448
|
-
"height": 600.0,
|
|
449
449
|
"fps": 60.0,
|
|
450
|
+
"width": 800.0,
|
|
450
451
|
"type": "game-canvas-2d",
|
|
451
|
-
"
|
|
452
|
+
"height": 600.0
|
|
452
453
|
}
|
|
453
454
|
],
|
|
454
|
-
"appName": "Puzzle App",
|
|
455
455
|
"type": "game-shell",
|
|
456
456
|
"showTopBar": true
|
|
457
457
|
}
|
|
@@ -472,23 +472,23 @@
|
|
|
472
472
|
"render-ui",
|
|
473
473
|
"main",
|
|
474
474
|
{
|
|
475
|
-
"
|
|
475
|
+
"showTopBar": true,
|
|
476
|
+
"type": "game-shell",
|
|
476
477
|
"children": [
|
|
477
478
|
{
|
|
478
|
-
"
|
|
479
|
+
"subtitle": "Puzzle Challenge",
|
|
479
480
|
"title": "Puzzle Challenge",
|
|
481
|
+
"type": "game-menu",
|
|
480
482
|
"menuItems": [
|
|
481
483
|
{
|
|
482
484
|
"label": "Start Puzzle",
|
|
483
485
|
"event": "START",
|
|
484
486
|
"variant": "primary"
|
|
485
487
|
}
|
|
486
|
-
]
|
|
487
|
-
"subtitle": "Puzzle Challenge"
|
|
488
|
+
]
|
|
488
489
|
}
|
|
489
490
|
],
|
|
490
|
-
"
|
|
491
|
-
"showTopBar": true
|
|
491
|
+
"appName": "Puzzle App"
|
|
492
492
|
}
|
|
493
493
|
]
|
|
494
494
|
]
|
|
@@ -502,23 +502,23 @@
|
|
|
502
502
|
"render-ui",
|
|
503
503
|
"main",
|
|
504
504
|
{
|
|
505
|
+
"showTopBar": true,
|
|
505
506
|
"children": [
|
|
506
507
|
{
|
|
507
|
-
"subtitle": "Puzzle Challenge",
|
|
508
|
-
"type": "game-menu",
|
|
509
|
-
"title": "Puzzle Challenge",
|
|
510
508
|
"menuItems": [
|
|
511
509
|
{
|
|
512
510
|
"label": "Start Puzzle",
|
|
513
|
-
"
|
|
514
|
-
"
|
|
511
|
+
"variant": "primary",
|
|
512
|
+
"event": "START"
|
|
515
513
|
}
|
|
516
|
-
]
|
|
514
|
+
],
|
|
515
|
+
"subtitle": "Puzzle Challenge",
|
|
516
|
+
"type": "game-menu",
|
|
517
|
+
"title": "Puzzle Challenge"
|
|
517
518
|
}
|
|
518
519
|
],
|
|
519
520
|
"appName": "Puzzle App",
|
|
520
|
-
"type": "game-shell"
|
|
521
|
-
"showTopBar": true
|
|
521
|
+
"type": "game-shell"
|
|
522
522
|
}
|
|
523
523
|
]
|
|
524
524
|
]
|
|
@@ -718,18 +718,18 @@
|
|
|
718
718
|
"main",
|
|
719
719
|
{
|
|
720
720
|
"type": "game-shell",
|
|
721
|
-
"appName": "Puzzle App",
|
|
722
|
-
"showTopBar": true,
|
|
723
721
|
"children": [
|
|
724
722
|
{
|
|
725
|
-
"type": "score-board",
|
|
726
723
|
"score": "@entity.score",
|
|
727
724
|
"highScore": "@entity.highScore",
|
|
728
|
-
"
|
|
725
|
+
"level": "@entity.level",
|
|
729
726
|
"multiplier": "@entity.multiplier",
|
|
730
|
-
"
|
|
727
|
+
"type": "score-board",
|
|
728
|
+
"combo": "@entity.combo"
|
|
731
729
|
}
|
|
732
|
-
]
|
|
730
|
+
],
|
|
731
|
+
"appName": "Puzzle App",
|
|
732
|
+
"showTopBar": true
|
|
733
733
|
}
|
|
734
734
|
]
|
|
735
735
|
]
|
|
@@ -748,17 +748,17 @@
|
|
|
748
748
|
"render-ui",
|
|
749
749
|
"main",
|
|
750
750
|
{
|
|
751
|
-
"appName": "Puzzle App",
|
|
752
751
|
"showTopBar": true,
|
|
753
752
|
"type": "game-shell",
|
|
753
|
+
"appName": "Puzzle App",
|
|
754
754
|
"children": [
|
|
755
755
|
{
|
|
756
|
-
"
|
|
757
|
-
"type": "score-board",
|
|
758
|
-
"combo": "@entity.combo",
|
|
756
|
+
"multiplier": "@entity.multiplier",
|
|
759
757
|
"score": "@entity.score",
|
|
758
|
+
"level": "@entity.level",
|
|
760
759
|
"highScore": "@entity.highScore",
|
|
761
|
-
"
|
|
760
|
+
"combo": "@entity.combo",
|
|
761
|
+
"type": "score-board"
|
|
762
762
|
}
|
|
763
763
|
]
|
|
764
764
|
}
|
|
@@ -790,18 +790,18 @@
|
|
|
790
790
|
"main",
|
|
791
791
|
{
|
|
792
792
|
"appName": "Puzzle App",
|
|
793
|
-
"showTopBar": true,
|
|
794
|
-
"type": "game-shell",
|
|
795
793
|
"children": [
|
|
796
794
|
{
|
|
797
|
-
"
|
|
795
|
+
"type": "score-board",
|
|
798
796
|
"multiplier": "@entity.multiplier",
|
|
799
|
-
"
|
|
800
|
-
"combo": "@entity.combo",
|
|
797
|
+
"highScore": "@entity.highScore",
|
|
801
798
|
"score": "@entity.score",
|
|
802
|
-
"
|
|
799
|
+
"combo": "@entity.combo",
|
|
800
|
+
"level": "@entity.level"
|
|
803
801
|
}
|
|
804
|
-
]
|
|
802
|
+
],
|
|
803
|
+
"type": "game-shell",
|
|
804
|
+
"showTopBar": true
|
|
805
805
|
}
|
|
806
806
|
]
|
|
807
807
|
]
|
|
@@ -1034,8 +1034,8 @@
|
|
|
1034
1034
|
"PuzzleScore",
|
|
1035
1035
|
{
|
|
1036
1036
|
"emit": {
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1037
|
+
"success": "PuzzleScoreLoaded",
|
|
1038
|
+
"failure": "PuzzleScoreLoadFailed"
|
|
1039
1039
|
}
|
|
1040
1040
|
}
|
|
1041
1041
|
],
|
|
@@ -1043,19 +1043,19 @@
|
|
|
1043
1043
|
"render-ui",
|
|
1044
1044
|
"main",
|
|
1045
1045
|
{
|
|
1046
|
-
"type": "game-shell",
|
|
1047
|
-
"appName": "Puzzle App",
|
|
1048
1046
|
"children": [
|
|
1049
1047
|
{
|
|
1050
1048
|
"combo": "@entity.combo",
|
|
1049
|
+
"multiplier": "@entity.multiplier",
|
|
1051
1050
|
"level": "@entity.level",
|
|
1052
|
-
"score": "@entity.score",
|
|
1053
1051
|
"type": "score-board",
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1052
|
+
"highScore": "@entity.highScore",
|
|
1053
|
+
"score": "@entity.score"
|
|
1056
1054
|
}
|
|
1057
1055
|
],
|
|
1058
|
-
"showTopBar": true
|
|
1056
|
+
"showTopBar": true,
|
|
1057
|
+
"type": "game-shell",
|
|
1058
|
+
"appName": "Puzzle App"
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
]
|
|
@@ -1087,19 +1087,19 @@
|
|
|
1087
1087
|
"render-ui",
|
|
1088
1088
|
"main",
|
|
1089
1089
|
{
|
|
1090
|
-
"
|
|
1090
|
+
"appName": "Puzzle App",
|
|
1091
1091
|
"type": "game-shell",
|
|
1092
|
+
"showTopBar": true,
|
|
1092
1093
|
"children": [
|
|
1093
1094
|
{
|
|
1094
1095
|
"score": "@entity.score",
|
|
1095
|
-
"highScore": "@entity.highScore",
|
|
1096
1096
|
"multiplier": "@entity.multiplier",
|
|
1097
|
-
"combo": "@entity.combo",
|
|
1098
1097
|
"level": "@entity.level",
|
|
1099
|
-
"type": "score-board"
|
|
1098
|
+
"type": "score-board",
|
|
1099
|
+
"highScore": "@entity.highScore",
|
|
1100
|
+
"combo": "@entity.combo"
|
|
1100
1101
|
}
|
|
1101
|
-
]
|
|
1102
|
-
"appName": "Puzzle App"
|
|
1102
|
+
]
|
|
1103
1103
|
}
|
|
1104
1104
|
]
|
|
1105
1105
|
]
|
|
@@ -1118,19 +1118,19 @@
|
|
|
1118
1118
|
"render-ui",
|
|
1119
1119
|
"main",
|
|
1120
1120
|
{
|
|
1121
|
+
"appName": "Puzzle App",
|
|
1121
1122
|
"type": "game-shell",
|
|
1123
|
+
"showTopBar": true,
|
|
1122
1124
|
"children": [
|
|
1123
1125
|
{
|
|
1124
|
-
"
|
|
1125
|
-
"score": "@entity.score",
|
|
1126
|
+
"multiplier": "@entity.multiplier",
|
|
1126
1127
|
"highScore": "@entity.highScore",
|
|
1128
|
+
"type": "score-board",
|
|
1127
1129
|
"combo": "@entity.combo",
|
|
1128
|
-
"
|
|
1130
|
+
"score": "@entity.score",
|
|
1129
1131
|
"level": "@entity.level"
|
|
1130
1132
|
}
|
|
1131
|
-
]
|
|
1132
|
-
"showTopBar": true,
|
|
1133
|
-
"appName": "Puzzle App"
|
|
1133
|
+
]
|
|
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
|
"children": [
|
|
1165
1163
|
{
|
|
1166
1164
|
"type": "score-board",
|
|
1167
1165
|
"highScore": "@entity.highScore",
|
|
1166
|
+
"combo": "@entity.combo",
|
|
1168
1167
|
"multiplier": "@entity.multiplier",
|
|
1169
1168
|
"level": "@entity.level",
|
|
1170
|
-
"score": "@entity.score"
|
|
1171
|
-
"combo": "@entity.combo"
|
|
1169
|
+
"score": "@entity.score"
|
|
1172
1170
|
}
|
|
1173
1171
|
],
|
|
1174
|
-
"
|
|
1172
|
+
"appName": "Puzzle App",
|
|
1173
|
+
"type": "game-shell",
|
|
1174
|
+
"showTopBar": true
|
|
1175
1175
|
}
|
|
1176
1176
|
]
|
|
1177
1177
|
]
|