@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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 +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"DebugChallenge",
|
|
180
180
|
{
|
|
181
181
|
"emit": {
|
|
182
|
-
"
|
|
183
|
-
"
|
|
182
|
+
"success": "DebugChallengeLoaded",
|
|
183
|
+
"failure": "DebugChallengeLoadFailed"
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
],
|
|
@@ -188,22 +188,22 @@
|
|
|
188
188
|
"render-ui",
|
|
189
189
|
"main",
|
|
190
190
|
{
|
|
191
|
+
"appName": "Logic Training",
|
|
191
192
|
"type": "game-shell",
|
|
193
|
+
"showTopBar": true,
|
|
192
194
|
"children": [
|
|
193
195
|
{
|
|
194
|
-
"
|
|
196
|
+
"type": "game-menu",
|
|
195
197
|
"menuItems": [
|
|
196
198
|
{
|
|
197
|
-
"
|
|
199
|
+
"variant": "primary",
|
|
198
200
|
"event": "START",
|
|
199
|
-
"
|
|
201
|
+
"label": "Start"
|
|
200
202
|
}
|
|
201
203
|
],
|
|
202
|
-
"
|
|
204
|
+
"title": "Debug Challenge"
|
|
203
205
|
}
|
|
204
|
-
]
|
|
205
|
-
"appName": "Logic Training",
|
|
206
|
-
"showTopBar": true
|
|
206
|
+
]
|
|
207
207
|
}
|
|
208
208
|
]
|
|
209
209
|
]
|
|
@@ -218,6 +218,8 @@
|
|
|
218
218
|
"main",
|
|
219
219
|
{
|
|
220
220
|
"showTopBar": true,
|
|
221
|
+
"appName": "Logic Training",
|
|
222
|
+
"type": "game-shell",
|
|
221
223
|
"children": [
|
|
222
224
|
{
|
|
223
225
|
"type": "stack",
|
|
@@ -244,9 +246,7 @@
|
|
|
244
246
|
}
|
|
245
247
|
]
|
|
246
248
|
}
|
|
247
|
-
]
|
|
248
|
-
"type": "game-shell",
|
|
249
|
-
"appName": "Logic Training"
|
|
249
|
+
]
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
]
|
|
@@ -270,13 +270,13 @@
|
|
|
270
270
|
"type": "game-shell",
|
|
271
271
|
"children": [
|
|
272
272
|
{
|
|
273
|
-
"title": "Well Done!",
|
|
274
273
|
"type": "game-over-screen",
|
|
274
|
+
"title": "Well Done!",
|
|
275
275
|
"menuItems": [
|
|
276
276
|
{
|
|
277
277
|
"event": "RESTART",
|
|
278
|
-
"
|
|
279
|
-
"
|
|
278
|
+
"label": "Play Again",
|
|
279
|
+
"variant": "primary"
|
|
280
280
|
}
|
|
281
281
|
]
|
|
282
282
|
}
|
|
@@ -294,6 +294,8 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
+
"type": "game-shell",
|
|
298
|
+
"appName": "Logic Training",
|
|
297
299
|
"children": [
|
|
298
300
|
{
|
|
299
301
|
"menuItems": [
|
|
@@ -303,12 +305,10 @@
|
|
|
303
305
|
"label": "Start"
|
|
304
306
|
}
|
|
305
307
|
],
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
+
"type": "game-menu",
|
|
309
|
+
"title": "Debug Challenge"
|
|
308
310
|
}
|
|
309
311
|
],
|
|
310
|
-
"type": "game-shell",
|
|
311
|
-
"appName": "Logic Training",
|
|
312
312
|
"showTopBar": true
|
|
313
313
|
}
|
|
314
314
|
]
|
|
@@ -515,22 +515,22 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
+
"type": "game-shell",
|
|
519
|
+
"appName": "Logic Training",
|
|
518
520
|
"children": [
|
|
519
521
|
{
|
|
520
|
-
"type": "game-menu",
|
|
521
522
|
"title": "Negotiate Challenge",
|
|
523
|
+
"type": "game-menu",
|
|
522
524
|
"menuItems": [
|
|
523
525
|
{
|
|
524
|
-
"label": "Start",
|
|
525
526
|
"event": "START",
|
|
526
|
-
"variant": "primary"
|
|
527
|
+
"variant": "primary",
|
|
528
|
+
"label": "Start"
|
|
527
529
|
}
|
|
528
530
|
]
|
|
529
531
|
}
|
|
530
532
|
],
|
|
531
|
-
"
|
|
532
|
-
"showTopBar": true,
|
|
533
|
-
"type": "game-shell"
|
|
533
|
+
"showTopBar": true
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -544,8 +544,11 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
+
"showTopBar": true,
|
|
548
|
+
"type": "game-shell",
|
|
547
549
|
"children": [
|
|
548
550
|
{
|
|
551
|
+
"type": "stack",
|
|
549
552
|
"children": [
|
|
550
553
|
{
|
|
551
554
|
"stats": [
|
|
@@ -561,18 +564,15 @@
|
|
|
561
564
|
"type": "game-hud"
|
|
562
565
|
},
|
|
563
566
|
{
|
|
567
|
+
"entity": "NegotiateChallenge",
|
|
564
568
|
"completeEvent": "COMPLETE",
|
|
565
|
-
"type": "negotiator-board"
|
|
566
|
-
"entity": "NegotiateChallenge"
|
|
569
|
+
"type": "negotiator-board"
|
|
567
570
|
}
|
|
568
571
|
],
|
|
569
|
-
"
|
|
570
|
-
"gap": "md"
|
|
571
|
-
"direction": "vertical"
|
|
572
|
+
"direction": "vertical",
|
|
573
|
+
"gap": "md"
|
|
572
574
|
}
|
|
573
575
|
],
|
|
574
|
-
"type": "game-shell",
|
|
575
|
-
"showTopBar": true,
|
|
576
576
|
"appName": "Logic Training"
|
|
577
577
|
}
|
|
578
578
|
]
|
|
@@ -592,20 +592,20 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
|
+
"type": "game-shell",
|
|
595
596
|
"children": [
|
|
596
597
|
{
|
|
598
|
+
"type": "game-over-screen",
|
|
597
599
|
"title": "Well Done!",
|
|
598
600
|
"menuItems": [
|
|
599
601
|
{
|
|
600
|
-
"variant": "primary",
|
|
601
602
|
"event": "RESTART",
|
|
603
|
+
"variant": "primary",
|
|
602
604
|
"label": "Play Again"
|
|
603
605
|
}
|
|
604
|
-
]
|
|
605
|
-
"type": "game-over-screen"
|
|
606
|
+
]
|
|
606
607
|
}
|
|
607
608
|
],
|
|
608
|
-
"type": "game-shell",
|
|
609
609
|
"appName": "Logic Training",
|
|
610
610
|
"showTopBar": true
|
|
611
611
|
}
|
|
@@ -622,19 +622,19 @@
|
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
624
|
"type": "game-shell",
|
|
625
|
-
"appName": "Logic Training",
|
|
626
625
|
"showTopBar": true,
|
|
626
|
+
"appName": "Logic Training",
|
|
627
627
|
"children": [
|
|
628
628
|
{
|
|
629
|
-
"title": "Negotiate Challenge",
|
|
630
629
|
"menuItems": [
|
|
631
630
|
{
|
|
632
|
-
"event": "START",
|
|
633
631
|
"label": "Start",
|
|
632
|
+
"event": "START",
|
|
634
633
|
"variant": "primary"
|
|
635
634
|
}
|
|
636
635
|
],
|
|
637
|
-
"type": "game-menu"
|
|
636
|
+
"type": "game-menu",
|
|
637
|
+
"title": "Negotiate Challenge"
|
|
638
638
|
}
|
|
639
639
|
]
|
|
640
640
|
}
|
|
@@ -874,8 +874,8 @@
|
|
|
874
874
|
"TrainingScore",
|
|
875
875
|
{
|
|
876
876
|
"emit": {
|
|
877
|
-
"
|
|
878
|
-
"
|
|
877
|
+
"success": "TrainingScoreLoaded",
|
|
878
|
+
"failure": "TrainingScoreLoadFailed"
|
|
879
879
|
}
|
|
880
880
|
}
|
|
881
881
|
],
|
|
@@ -885,17 +885,17 @@
|
|
|
885
885
|
{
|
|
886
886
|
"type": "game-shell",
|
|
887
887
|
"showTopBar": true,
|
|
888
|
-
"appName": "Logic Training",
|
|
889
888
|
"children": [
|
|
890
889
|
{
|
|
890
|
+
"type": "score-board",
|
|
891
|
+
"combo": "@entity.combo",
|
|
891
892
|
"highScore": "@entity.highScore",
|
|
892
|
-
"score": "@entity.score",
|
|
893
893
|
"multiplier": "@entity.multiplier",
|
|
894
|
-
"type": "score-board",
|
|
895
894
|
"level": "@entity.level",
|
|
896
|
-
"
|
|
895
|
+
"score": "@entity.score"
|
|
897
896
|
}
|
|
898
|
-
]
|
|
897
|
+
],
|
|
898
|
+
"appName": "Logic Training"
|
|
899
899
|
}
|
|
900
900
|
]
|
|
901
901
|
]
|
|
@@ -927,19 +927,19 @@
|
|
|
927
927
|
"render-ui",
|
|
928
928
|
"main",
|
|
929
929
|
{
|
|
930
|
-
"
|
|
930
|
+
"showTopBar": true,
|
|
931
931
|
"appName": "Logic Training",
|
|
932
|
+
"type": "game-shell",
|
|
932
933
|
"children": [
|
|
933
934
|
{
|
|
934
935
|
"level": "@entity.level",
|
|
935
|
-
"combo": "@entity.combo",
|
|
936
936
|
"score": "@entity.score",
|
|
937
|
-
"highScore": "@entity.highScore",
|
|
938
937
|
"type": "score-board",
|
|
939
|
-
"
|
|
938
|
+
"combo": "@entity.combo",
|
|
939
|
+
"multiplier": "@entity.multiplier",
|
|
940
|
+
"highScore": "@entity.highScore"
|
|
940
941
|
}
|
|
941
|
-
]
|
|
942
|
-
"showTopBar": true
|
|
942
|
+
]
|
|
943
943
|
}
|
|
944
944
|
]
|
|
945
945
|
]
|
|
@@ -958,19 +958,19 @@
|
|
|
958
958
|
"render-ui",
|
|
959
959
|
"main",
|
|
960
960
|
{
|
|
961
|
+
"showTopBar": true,
|
|
961
962
|
"children": [
|
|
962
963
|
{
|
|
963
|
-
"type": "score-board",
|
|
964
|
-
"highScore": "@entity.highScore",
|
|
965
964
|
"combo": "@entity.combo",
|
|
966
965
|
"multiplier": "@entity.multiplier",
|
|
967
966
|
"level": "@entity.level",
|
|
968
|
-
"score": "@entity.score"
|
|
967
|
+
"score": "@entity.score",
|
|
968
|
+
"type": "score-board",
|
|
969
|
+
"highScore": "@entity.highScore"
|
|
969
970
|
}
|
|
970
971
|
],
|
|
971
|
-
"
|
|
972
|
-
"type": "game-shell"
|
|
973
|
-
"appName": "Logic Training"
|
|
972
|
+
"appName": "Logic Training",
|
|
973
|
+
"type": "game-shell"
|
|
974
974
|
}
|
|
975
975
|
]
|
|
976
976
|
]
|
|
@@ -999,19 +999,19 @@
|
|
|
999
999
|
"render-ui",
|
|
1000
1000
|
"main",
|
|
1001
1001
|
{
|
|
1002
|
-
"appName": "Logic Training",
|
|
1003
|
-
"type": "game-shell",
|
|
1004
|
-
"showTopBar": true,
|
|
1005
1002
|
"children": [
|
|
1006
1003
|
{
|
|
1007
|
-
"
|
|
1008
|
-
"highScore": "@entity.highScore",
|
|
1004
|
+
"level": "@entity.level",
|
|
1009
1005
|
"type": "score-board",
|
|
1010
|
-
"combo": "@entity.combo",
|
|
1011
1006
|
"multiplier": "@entity.multiplier",
|
|
1012
|
-
"
|
|
1007
|
+
"combo": "@entity.combo",
|
|
1008
|
+
"score": "@entity.score",
|
|
1009
|
+
"highScore": "@entity.highScore"
|
|
1013
1010
|
}
|
|
1014
|
-
]
|
|
1011
|
+
],
|
|
1012
|
+
"showTopBar": true,
|
|
1013
|
+
"appName": "Logic Training",
|
|
1014
|
+
"type": "game-shell"
|
|
1015
1015
|
}
|
|
1016
1016
|
]
|
|
1017
1017
|
]
|