@almadar/std 8.4.2 → 9.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1240 -1226
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3031 -3051
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2132 -2140
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1049 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +50 -60
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1072 -1072
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +979 -979
- package/package.json +1 -1
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"event": "PuzzleLevelLoaded",
|
|
62
62
|
"description": "Fired when PuzzleLevel finishes loading",
|
|
63
63
|
"scope": "internal",
|
|
64
|
-
"
|
|
64
|
+
"payloadSchema": [
|
|
65
65
|
{
|
|
66
66
|
"name": "id",
|
|
67
67
|
"type": "string",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"event": "PuzzleLevelLoadFailed",
|
|
102
102
|
"description": "Fired when PuzzleLevel fails to load",
|
|
103
103
|
"scope": "internal",
|
|
104
|
-
"
|
|
104
|
+
"payloadSchema": [
|
|
105
105
|
{
|
|
106
106
|
"name": "message",
|
|
107
107
|
"type": "string"
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
{
|
|
170
170
|
"key": "PuzzleLevelLoaded",
|
|
171
171
|
"name": "PuzzleLevel loaded",
|
|
172
|
-
"
|
|
172
|
+
"payloadSchema": [
|
|
173
173
|
{
|
|
174
174
|
"name": "id",
|
|
175
175
|
"type": "string",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
{
|
|
209
209
|
"key": "PuzzleLevelLoadFailed",
|
|
210
210
|
"name": "PuzzleLevel load failed",
|
|
211
|
-
"
|
|
211
|
+
"payloadSchema": [
|
|
212
212
|
{
|
|
213
213
|
"name": "message",
|
|
214
214
|
"type": "string"
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
"PuzzleLevel",
|
|
228
228
|
{
|
|
229
229
|
"emit": {
|
|
230
|
-
"
|
|
231
|
-
"
|
|
230
|
+
"failure": "PuzzleLevelLoadFailed",
|
|
231
|
+
"success": "PuzzleLevelLoaded"
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
],
|
|
@@ -236,8 +236,6 @@
|
|
|
236
236
|
"render-ui",
|
|
237
237
|
"main",
|
|
238
238
|
{
|
|
239
|
-
"type": "game-shell",
|
|
240
|
-
"appName": "Puzzle App",
|
|
241
239
|
"children": [
|
|
242
240
|
{
|
|
243
241
|
"menuItems": [
|
|
@@ -247,12 +245,14 @@
|
|
|
247
245
|
"variant": "primary"
|
|
248
246
|
}
|
|
249
247
|
],
|
|
250
|
-
"
|
|
248
|
+
"type": "game-menu",
|
|
251
249
|
"subtitle": "Puzzle Challenge",
|
|
252
|
-
"
|
|
250
|
+
"title": "Puzzle Challenge"
|
|
253
251
|
}
|
|
254
252
|
],
|
|
255
|
-
"showTopBar": true
|
|
253
|
+
"showTopBar": true,
|
|
254
|
+
"appName": "Puzzle App",
|
|
255
|
+
"type": "game-shell"
|
|
256
256
|
}
|
|
257
257
|
]
|
|
258
258
|
]
|
|
@@ -268,10 +268,10 @@
|
|
|
268
268
|
{
|
|
269
269
|
"children": [
|
|
270
270
|
{
|
|
271
|
+
"type": "game-canvas-2d",
|
|
271
272
|
"width": 800.0,
|
|
272
273
|
"height": 600.0,
|
|
273
|
-
"fps": 60.0
|
|
274
|
-
"type": "game-canvas-2d"
|
|
274
|
+
"fps": 60.0
|
|
275
275
|
}
|
|
276
276
|
],
|
|
277
277
|
"type": "game-shell",
|
|
@@ -304,17 +304,17 @@
|
|
|
304
304
|
"render-ui",
|
|
305
305
|
"main",
|
|
306
306
|
{
|
|
307
|
-
"showTopBar": true,
|
|
308
|
-
"type": "game-shell",
|
|
309
307
|
"appName": "Puzzle App",
|
|
310
308
|
"children": [
|
|
311
309
|
{
|
|
312
|
-
"type": "game-canvas-2d",
|
|
313
310
|
"height": 600.0,
|
|
314
|
-
"
|
|
315
|
-
"
|
|
311
|
+
"width": 800.0,
|
|
312
|
+
"type": "game-canvas-2d",
|
|
313
|
+
"fps": 60.0
|
|
316
314
|
}
|
|
317
|
-
]
|
|
315
|
+
],
|
|
316
|
+
"showTopBar": true,
|
|
317
|
+
"type": "game-shell"
|
|
318
318
|
}
|
|
319
319
|
]
|
|
320
320
|
]
|
|
@@ -333,20 +333,20 @@
|
|
|
333
333
|
"render-ui",
|
|
334
334
|
"modal",
|
|
335
335
|
{
|
|
336
|
-
"
|
|
336
|
+
"type": "game-menu",
|
|
337
337
|
"menuItems": [
|
|
338
338
|
{
|
|
339
|
-
"
|
|
339
|
+
"variant": "primary",
|
|
340
340
|
"event": "RESUME",
|
|
341
|
-
"
|
|
341
|
+
"label": "Resume"
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
|
-
"variant": "ghost",
|
|
345
344
|
"label": "Quit",
|
|
346
|
-
"event": "RESTART"
|
|
345
|
+
"event": "RESTART",
|
|
346
|
+
"variant": "ghost"
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
|
-
"
|
|
349
|
+
"title": "Paused"
|
|
350
350
|
}
|
|
351
351
|
]
|
|
352
352
|
]
|
|
@@ -360,33 +360,33 @@
|
|
|
360
360
|
"render-ui",
|
|
361
361
|
"main",
|
|
362
362
|
{
|
|
363
|
+
"appName": "Puzzle App",
|
|
363
364
|
"type": "game-shell",
|
|
364
365
|
"showTopBar": true,
|
|
365
|
-
"appName": "Puzzle App",
|
|
366
366
|
"children": [
|
|
367
367
|
{
|
|
368
|
-
"
|
|
368
|
+
"stats": [
|
|
369
369
|
{
|
|
370
|
-
"label": "
|
|
371
|
-
"
|
|
372
|
-
"variant": "primary"
|
|
370
|
+
"label": "Score",
|
|
371
|
+
"value": "@entity.score"
|
|
373
372
|
},
|
|
374
373
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"label": "Main Menu"
|
|
374
|
+
"label": "Moves",
|
|
375
|
+
"value": "@entity.moves"
|
|
378
376
|
}
|
|
379
377
|
],
|
|
380
|
-
"type": "game-over-screen",
|
|
381
378
|
"title": "Puzzle Complete",
|
|
382
|
-
"
|
|
379
|
+
"type": "game-over-screen",
|
|
380
|
+
"menuItems": [
|
|
383
381
|
{
|
|
384
|
-
"
|
|
385
|
-
"
|
|
382
|
+
"variant": "primary",
|
|
383
|
+
"event": "RESTART",
|
|
384
|
+
"label": "Play Again"
|
|
386
385
|
},
|
|
387
386
|
{
|
|
388
|
-
"
|
|
389
|
-
"label": "
|
|
387
|
+
"variant": "secondary",
|
|
388
|
+
"label": "Main Menu",
|
|
389
|
+
"event": "RESTART"
|
|
390
390
|
}
|
|
391
391
|
]
|
|
392
392
|
}
|
|
@@ -414,16 +414,16 @@
|
|
|
414
414
|
"render-ui",
|
|
415
415
|
"main",
|
|
416
416
|
{
|
|
417
|
+
"appName": "Puzzle App",
|
|
418
|
+
"type": "game-shell",
|
|
417
419
|
"children": [
|
|
418
420
|
{
|
|
419
|
-
"width": 800.0,
|
|
420
421
|
"height": 600.0,
|
|
421
422
|
"type": "game-canvas-2d",
|
|
423
|
+
"width": 800.0,
|
|
422
424
|
"fps": 60.0
|
|
423
425
|
}
|
|
424
426
|
],
|
|
425
|
-
"type": "game-shell",
|
|
426
|
-
"appName": "Puzzle App",
|
|
427
427
|
"showTopBar": true
|
|
428
428
|
}
|
|
429
429
|
]
|
|
@@ -443,16 +443,16 @@
|
|
|
443
443
|
"render-ui",
|
|
444
444
|
"main",
|
|
445
445
|
{
|
|
446
|
-
"appName": "Puzzle App",
|
|
447
|
-
"type": "game-shell",
|
|
448
446
|
"children": [
|
|
449
447
|
{
|
|
450
|
-
"
|
|
451
|
-
"width": 800.0,
|
|
448
|
+
"height": 600.0,
|
|
452
449
|
"fps": 60.0,
|
|
453
|
-
"
|
|
450
|
+
"type": "game-canvas-2d",
|
|
451
|
+
"width": 800.0
|
|
454
452
|
}
|
|
455
453
|
],
|
|
454
|
+
"appName": "Puzzle App",
|
|
455
|
+
"type": "game-shell",
|
|
456
456
|
"showTopBar": true
|
|
457
457
|
}
|
|
458
458
|
]
|
|
@@ -472,22 +472,22 @@
|
|
|
472
472
|
"render-ui",
|
|
473
473
|
"main",
|
|
474
474
|
{
|
|
475
|
+
"appName": "Puzzle App",
|
|
475
476
|
"children": [
|
|
476
477
|
{
|
|
478
|
+
"type": "game-menu",
|
|
479
|
+
"title": "Puzzle Challenge",
|
|
477
480
|
"menuItems": [
|
|
478
481
|
{
|
|
482
|
+
"label": "Start Puzzle",
|
|
479
483
|
"event": "START",
|
|
480
|
-
"variant": "primary"
|
|
481
|
-
"label": "Start Puzzle"
|
|
484
|
+
"variant": "primary"
|
|
482
485
|
}
|
|
483
486
|
],
|
|
484
|
-
"
|
|
485
|
-
"subtitle": "Puzzle Challenge",
|
|
486
|
-
"type": "game-menu"
|
|
487
|
+
"subtitle": "Puzzle Challenge"
|
|
487
488
|
}
|
|
488
489
|
],
|
|
489
490
|
"type": "game-shell",
|
|
490
|
-
"appName": "Puzzle App",
|
|
491
491
|
"showTopBar": true
|
|
492
492
|
}
|
|
493
493
|
]
|
|
@@ -502,23 +502,23 @@
|
|
|
502
502
|
"render-ui",
|
|
503
503
|
"main",
|
|
504
504
|
{
|
|
505
|
-
"type": "game-shell",
|
|
506
|
-
"showTopBar": true,
|
|
507
|
-
"appName": "Puzzle App",
|
|
508
505
|
"children": [
|
|
509
506
|
{
|
|
510
507
|
"subtitle": "Puzzle Challenge",
|
|
511
508
|
"type": "game-menu",
|
|
509
|
+
"title": "Puzzle Challenge",
|
|
512
510
|
"menuItems": [
|
|
513
511
|
{
|
|
514
|
-
"
|
|
512
|
+
"label": "Start Puzzle",
|
|
515
513
|
"event": "START",
|
|
516
|
-
"
|
|
514
|
+
"variant": "primary"
|
|
517
515
|
}
|
|
518
|
-
]
|
|
519
|
-
"title": "Puzzle Challenge"
|
|
516
|
+
]
|
|
520
517
|
}
|
|
521
|
-
]
|
|
518
|
+
],
|
|
519
|
+
"appName": "Puzzle App",
|
|
520
|
+
"type": "game-shell",
|
|
521
|
+
"showTopBar": true
|
|
522
522
|
}
|
|
523
523
|
]
|
|
524
524
|
]
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"event": "PuzzleLevelLoaded",
|
|
537
537
|
"description": "Fired when PuzzleLevel finishes loading",
|
|
538
538
|
"scope": "internal",
|
|
539
|
-
"
|
|
539
|
+
"payloadSchema": [
|
|
540
540
|
{
|
|
541
541
|
"name": "id",
|
|
542
542
|
"type": "string",
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"event": "PuzzleLevelLoadFailed",
|
|
577
577
|
"description": "Fired when PuzzleLevel fails to load",
|
|
578
578
|
"scope": "internal",
|
|
579
|
-
"
|
|
579
|
+
"payloadSchema": [
|
|
580
580
|
{
|
|
581
581
|
"name": "message",
|
|
582
582
|
"type": "string"
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
{
|
|
600
600
|
"key": "ADD_SCORE",
|
|
601
601
|
"name": "Add Score",
|
|
602
|
-
"
|
|
602
|
+
"payloadSchema": [
|
|
603
603
|
{
|
|
604
604
|
"name": "points",
|
|
605
605
|
"type": "number",
|
|
@@ -610,7 +610,7 @@
|
|
|
610
610
|
{
|
|
611
611
|
"key": "COMBO",
|
|
612
612
|
"name": "Combo",
|
|
613
|
-
"
|
|
613
|
+
"payloadSchema": [
|
|
614
614
|
{
|
|
615
615
|
"name": "multiplier",
|
|
616
616
|
"type": "number",
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
{
|
|
626
626
|
"key": "PuzzleLevelLoaded",
|
|
627
627
|
"name": "PuzzleLevel loaded",
|
|
628
|
-
"
|
|
628
|
+
"payloadSchema": [
|
|
629
629
|
{
|
|
630
630
|
"name": "id",
|
|
631
631
|
"type": "string",
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
{
|
|
665
665
|
"key": "PuzzleLevelLoadFailed",
|
|
666
666
|
"name": "PuzzleLevel load failed",
|
|
667
|
-
"
|
|
667
|
+
"payloadSchema": [
|
|
668
668
|
{
|
|
669
669
|
"name": "message",
|
|
670
670
|
"type": "string"
|
|
@@ -722,11 +722,11 @@
|
|
|
722
722
|
"showTopBar": true,
|
|
723
723
|
"children": [
|
|
724
724
|
{
|
|
725
|
-
"
|
|
725
|
+
"type": "score-board",
|
|
726
726
|
"score": "@entity.score",
|
|
727
|
+
"highScore": "@entity.highScore",
|
|
727
728
|
"combo": "@entity.combo",
|
|
728
729
|
"multiplier": "@entity.multiplier",
|
|
729
|
-
"type": "score-board",
|
|
730
730
|
"level": "@entity.level"
|
|
731
731
|
}
|
|
732
732
|
]
|
|
@@ -748,19 +748,19 @@
|
|
|
748
748
|
"render-ui",
|
|
749
749
|
"main",
|
|
750
750
|
{
|
|
751
|
+
"appName": "Puzzle App",
|
|
752
|
+
"showTopBar": true,
|
|
751
753
|
"type": "game-shell",
|
|
752
754
|
"children": [
|
|
753
755
|
{
|
|
756
|
+
"level": "@entity.level",
|
|
754
757
|
"type": "score-board",
|
|
758
|
+
"combo": "@entity.combo",
|
|
755
759
|
"score": "@entity.score",
|
|
756
760
|
"highScore": "@entity.highScore",
|
|
757
|
-
"
|
|
758
|
-
"multiplier": "@entity.multiplier",
|
|
759
|
-
"combo": "@entity.combo"
|
|
761
|
+
"multiplier": "@entity.multiplier"
|
|
760
762
|
}
|
|
761
|
-
]
|
|
762
|
-
"appName": "Puzzle App",
|
|
763
|
-
"showTopBar": true
|
|
763
|
+
]
|
|
764
764
|
}
|
|
765
765
|
]
|
|
766
766
|
]
|
|
@@ -789,19 +789,19 @@
|
|
|
789
789
|
"render-ui",
|
|
790
790
|
"main",
|
|
791
791
|
{
|
|
792
|
-
"showTopBar": true,
|
|
793
792
|
"appName": "Puzzle App",
|
|
793
|
+
"showTopBar": true,
|
|
794
|
+
"type": "game-shell",
|
|
794
795
|
"children": [
|
|
795
796
|
{
|
|
796
|
-
"
|
|
797
|
-
"level": "@entity.level",
|
|
797
|
+
"highScore": "@entity.highScore",
|
|
798
798
|
"multiplier": "@entity.multiplier",
|
|
799
|
+
"level": "@entity.level",
|
|
799
800
|
"combo": "@entity.combo",
|
|
800
|
-
"
|
|
801
|
-
"
|
|
801
|
+
"score": "@entity.score",
|
|
802
|
+
"type": "score-board"
|
|
802
803
|
}
|
|
803
|
-
]
|
|
804
|
-
"type": "game-shell"
|
|
804
|
+
]
|
|
805
805
|
}
|
|
806
806
|
]
|
|
807
807
|
]
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
"event": "PuzzleScoreLoaded",
|
|
886
886
|
"description": "Fired when PuzzleScore finishes loading",
|
|
887
887
|
"scope": "internal",
|
|
888
|
-
"
|
|
888
|
+
"payloadSchema": [
|
|
889
889
|
{
|
|
890
890
|
"name": "id",
|
|
891
891
|
"type": "string",
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
"event": "PuzzleScoreLoadFailed",
|
|
928
928
|
"description": "Fired when PuzzleScore fails to load",
|
|
929
929
|
"scope": "internal",
|
|
930
|
-
"
|
|
930
|
+
"payloadSchema": [
|
|
931
931
|
{
|
|
932
932
|
"name": "message",
|
|
933
933
|
"type": "string"
|
|
@@ -950,7 +950,7 @@
|
|
|
950
950
|
{
|
|
951
951
|
"key": "ADD_SCORE",
|
|
952
952
|
"name": "Add Score",
|
|
953
|
-
"
|
|
953
|
+
"payloadSchema": [
|
|
954
954
|
{
|
|
955
955
|
"name": "points",
|
|
956
956
|
"type": "string"
|
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
{
|
|
961
961
|
"key": "COMBO",
|
|
962
962
|
"name": "Combo",
|
|
963
|
-
"
|
|
963
|
+
"payloadSchema": [
|
|
964
964
|
{
|
|
965
965
|
"name": "multiplier",
|
|
966
966
|
"type": "string"
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
{
|
|
975
975
|
"key": "PuzzleScoreLoaded",
|
|
976
976
|
"name": "PuzzleScore loaded",
|
|
977
|
-
"
|
|
977
|
+
"payloadSchema": [
|
|
978
978
|
{
|
|
979
979
|
"name": "id",
|
|
980
980
|
"type": "string",
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
{
|
|
1016
1016
|
"key": "PuzzleScoreLoadFailed",
|
|
1017
1017
|
"name": "PuzzleScore load failed",
|
|
1018
|
-
"
|
|
1018
|
+
"payloadSchema": [
|
|
1019
1019
|
{
|
|
1020
1020
|
"name": "message",
|
|
1021
1021
|
"type": "string"
|
|
@@ -1034,8 +1034,8 @@
|
|
|
1034
1034
|
"PuzzleScore",
|
|
1035
1035
|
{
|
|
1036
1036
|
"emit": {
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1037
|
+
"failure": "PuzzleScoreLoadFailed",
|
|
1038
|
+
"success": "PuzzleScoreLoaded"
|
|
1039
1039
|
}
|
|
1040
1040
|
}
|
|
1041
1041
|
],
|
|
@@ -1045,17 +1045,17 @@
|
|
|
1045
1045
|
{
|
|
1046
1046
|
"type": "game-shell",
|
|
1047
1047
|
"appName": "Puzzle App",
|
|
1048
|
-
"showTopBar": true,
|
|
1049
1048
|
"children": [
|
|
1050
1049
|
{
|
|
1051
|
-
"
|
|
1052
|
-
"multiplier": "@entity.multiplier",
|
|
1050
|
+
"combo": "@entity.combo",
|
|
1053
1051
|
"level": "@entity.level",
|
|
1054
|
-
"type": "score-board",
|
|
1055
1052
|
"score": "@entity.score",
|
|
1056
|
-
"
|
|
1053
|
+
"type": "score-board",
|
|
1054
|
+
"multiplier": "@entity.multiplier",
|
|
1055
|
+
"highScore": "@entity.highScore"
|
|
1057
1056
|
}
|
|
1058
|
-
]
|
|
1057
|
+
],
|
|
1058
|
+
"showTopBar": true
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
]
|
|
@@ -1087,16 +1087,16 @@
|
|
|
1087
1087
|
"render-ui",
|
|
1088
1088
|
"main",
|
|
1089
1089
|
{
|
|
1090
|
-
"type": "game-shell",
|
|
1091
1090
|
"showTopBar": true,
|
|
1091
|
+
"type": "game-shell",
|
|
1092
1092
|
"children": [
|
|
1093
1093
|
{
|
|
1094
|
-
"multiplier": "@entity.multiplier",
|
|
1095
|
-
"type": "score-board",
|
|
1096
1094
|
"score": "@entity.score",
|
|
1097
|
-
"level": "@entity.level",
|
|
1098
1095
|
"highScore": "@entity.highScore",
|
|
1099
|
-
"
|
|
1096
|
+
"multiplier": "@entity.multiplier",
|
|
1097
|
+
"combo": "@entity.combo",
|
|
1098
|
+
"level": "@entity.level",
|
|
1099
|
+
"type": "score-board"
|
|
1100
1100
|
}
|
|
1101
1101
|
],
|
|
1102
1102
|
"appName": "Puzzle App"
|
|
@@ -1118,17 +1118,17 @@
|
|
|
1118
1118
|
"render-ui",
|
|
1119
1119
|
"main",
|
|
1120
1120
|
{
|
|
1121
|
+
"type": "game-shell",
|
|
1121
1122
|
"children": [
|
|
1122
1123
|
{
|
|
1124
|
+
"type": "score-board",
|
|
1123
1125
|
"score": "@entity.score",
|
|
1124
1126
|
"highScore": "@entity.highScore",
|
|
1125
|
-
"type": "score-board",
|
|
1126
1127
|
"combo": "@entity.combo",
|
|
1127
1128
|
"multiplier": "@entity.multiplier",
|
|
1128
1129
|
"level": "@entity.level"
|
|
1129
1130
|
}
|
|
1130
1131
|
],
|
|
1131
|
-
"type": "game-shell",
|
|
1132
1132
|
"showTopBar": true,
|
|
1133
1133
|
"appName": "Puzzle App"
|
|
1134
1134
|
}
|
|
@@ -1159,19 +1159,19 @@
|
|
|
1159
1159
|
"render-ui",
|
|
1160
1160
|
"main",
|
|
1161
1161
|
{
|
|
1162
|
-
"type": "game-shell",
|
|
1163
1162
|
"showTopBar": true,
|
|
1163
|
+
"appName": "Puzzle App",
|
|
1164
1164
|
"children": [
|
|
1165
1165
|
{
|
|
1166
|
-
"
|
|
1166
|
+
"type": "score-board",
|
|
1167
1167
|
"highScore": "@entity.highScore",
|
|
1168
|
-
"level": "@entity.level",
|
|
1169
1168
|
"multiplier": "@entity.multiplier",
|
|
1170
|
-
"
|
|
1171
|
-
"score": "@entity.score"
|
|
1169
|
+
"level": "@entity.level",
|
|
1170
|
+
"score": "@entity.score",
|
|
1171
|
+
"combo": "@entity.combo"
|
|
1172
1172
|
}
|
|
1173
1173
|
],
|
|
1174
|
-
"
|
|
1174
|
+
"type": "game-shell"
|
|
1175
1175
|
}
|
|
1176
1176
|
]
|
|
1177
1177
|
]
|
|
@@ -1194,4 +1194,4 @@
|
|
|
1194
1194
|
]
|
|
1195
1195
|
}
|
|
1196
1196
|
]
|
|
1197
|
-
}
|
|
1197
|
+
}
|