@almadar/std 8.2.0 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -189,11 +189,11 @@
|
|
|
189
189
|
"render-ui",
|
|
190
190
|
"main",
|
|
191
191
|
{
|
|
192
|
+
"type": "game-shell",
|
|
192
193
|
"appName": "Arcade Game",
|
|
193
194
|
"children": [
|
|
194
195
|
{
|
|
195
196
|
"type": "game-menu",
|
|
196
|
-
"subtitle": "Main Menu",
|
|
197
197
|
"menuItems": [
|
|
198
198
|
{
|
|
199
199
|
"variant": "primary",
|
|
@@ -201,10 +201,10 @@
|
|
|
201
201
|
"event": "START"
|
|
202
202
|
}
|
|
203
203
|
],
|
|
204
|
-
"title": "Arcade"
|
|
204
|
+
"title": "Arcade",
|
|
205
|
+
"subtitle": "Main Menu"
|
|
205
206
|
}
|
|
206
207
|
],
|
|
207
|
-
"type": "game-shell",
|
|
208
208
|
"showTopBar": true
|
|
209
209
|
}
|
|
210
210
|
]
|
|
@@ -219,15 +219,13 @@
|
|
|
219
219
|
"render-ui",
|
|
220
220
|
"main",
|
|
221
221
|
{
|
|
222
|
-
"type": "game-shell",
|
|
223
222
|
"appName": "Arcade Game",
|
|
224
|
-
"showTopBar": true,
|
|
225
223
|
"children": [
|
|
226
224
|
{
|
|
227
225
|
"stats": [
|
|
228
226
|
{
|
|
229
|
-
"
|
|
230
|
-
"
|
|
227
|
+
"label": "Score",
|
|
228
|
+
"value": "@entity.score"
|
|
231
229
|
},
|
|
232
230
|
{
|
|
233
231
|
"label": "Level",
|
|
@@ -236,7 +234,9 @@
|
|
|
236
234
|
],
|
|
237
235
|
"type": "game-hud"
|
|
238
236
|
}
|
|
239
|
-
]
|
|
237
|
+
],
|
|
238
|
+
"type": "game-shell",
|
|
239
|
+
"showTopBar": true
|
|
240
240
|
}
|
|
241
241
|
]
|
|
242
242
|
]
|
|
@@ -255,18 +255,18 @@
|
|
|
255
255
|
"render-ui",
|
|
256
256
|
"modal",
|
|
257
257
|
{
|
|
258
|
-
"type": "game-menu",
|
|
259
258
|
"title": "Paused",
|
|
259
|
+
"type": "game-menu",
|
|
260
260
|
"menuItems": [
|
|
261
261
|
{
|
|
262
|
+
"label": "Resume",
|
|
262
263
|
"event": "RESUME",
|
|
263
|
-
"variant": "primary"
|
|
264
|
-
"label": "Resume"
|
|
264
|
+
"variant": "primary"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"
|
|
267
|
+
"event": "RESTART",
|
|
268
268
|
"label": "Quit",
|
|
269
|
-
"
|
|
269
|
+
"variant": "ghost"
|
|
270
270
|
}
|
|
271
271
|
]
|
|
272
272
|
}
|
|
@@ -282,37 +282,37 @@
|
|
|
282
282
|
"render-ui",
|
|
283
283
|
"main",
|
|
284
284
|
{
|
|
285
|
+
"type": "game-shell",
|
|
285
286
|
"appName": "Arcade Game",
|
|
287
|
+
"showTopBar": true,
|
|
286
288
|
"children": [
|
|
287
289
|
{
|
|
288
|
-
"
|
|
290
|
+
"title": "Game Over",
|
|
291
|
+
"menuItems": [
|
|
289
292
|
{
|
|
290
|
-
"label": "
|
|
291
|
-
"
|
|
293
|
+
"label": "Play Again",
|
|
294
|
+
"event": "RESTART",
|
|
295
|
+
"variant": "primary"
|
|
292
296
|
},
|
|
293
297
|
{
|
|
294
|
-
"label": "
|
|
295
|
-
"
|
|
298
|
+
"label": "Main Menu",
|
|
299
|
+
"variant": "secondary",
|
|
300
|
+
"event": "RESTART"
|
|
296
301
|
}
|
|
297
302
|
],
|
|
298
303
|
"type": "game-over-screen",
|
|
299
|
-
"
|
|
304
|
+
"stats": [
|
|
300
305
|
{
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"event": "RESTART"
|
|
306
|
+
"label": "Score",
|
|
307
|
+
"value": "@entity.score"
|
|
304
308
|
},
|
|
305
309
|
{
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"label": "Main Menu"
|
|
310
|
+
"label": "Level",
|
|
311
|
+
"value": "@entity.level"
|
|
309
312
|
}
|
|
310
|
-
]
|
|
311
|
-
"title": "Game Over"
|
|
313
|
+
]
|
|
312
314
|
}
|
|
313
|
-
]
|
|
314
|
-
"type": "game-shell",
|
|
315
|
-
"showTopBar": true
|
|
315
|
+
]
|
|
316
316
|
}
|
|
317
317
|
]
|
|
318
318
|
]
|
|
@@ -336,13 +336,16 @@
|
|
|
336
336
|
"render-ui",
|
|
337
337
|
"main",
|
|
338
338
|
{
|
|
339
|
+
"showTopBar": true,
|
|
340
|
+
"type": "game-shell",
|
|
341
|
+
"appName": "Arcade Game",
|
|
339
342
|
"children": [
|
|
340
343
|
{
|
|
341
344
|
"type": "game-hud",
|
|
342
345
|
"stats": [
|
|
343
346
|
{
|
|
344
|
-
"
|
|
345
|
-
"
|
|
347
|
+
"value": "@entity.score",
|
|
348
|
+
"label": "Score"
|
|
346
349
|
},
|
|
347
350
|
{
|
|
348
351
|
"value": "@entity.level",
|
|
@@ -350,10 +353,7 @@
|
|
|
350
353
|
}
|
|
351
354
|
]
|
|
352
355
|
}
|
|
353
|
-
]
|
|
354
|
-
"appName": "Arcade Game",
|
|
355
|
-
"showTopBar": true,
|
|
356
|
-
"type": "game-shell"
|
|
356
|
+
]
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
]
|
|
@@ -374,6 +374,7 @@
|
|
|
374
374
|
{
|
|
375
375
|
"appName": "Arcade Game",
|
|
376
376
|
"showTopBar": true,
|
|
377
|
+
"type": "game-shell",
|
|
377
378
|
"children": [
|
|
378
379
|
{
|
|
379
380
|
"stats": [
|
|
@@ -382,14 +383,13 @@
|
|
|
382
383
|
"label": "Score"
|
|
383
384
|
},
|
|
384
385
|
{
|
|
385
|
-
"
|
|
386
|
-
"
|
|
386
|
+
"label": "Level",
|
|
387
|
+
"value": "@entity.level"
|
|
387
388
|
}
|
|
388
389
|
],
|
|
389
390
|
"type": "game-hud"
|
|
390
391
|
}
|
|
391
|
-
]
|
|
392
|
-
"type": "game-shell"
|
|
392
|
+
]
|
|
393
393
|
}
|
|
394
394
|
]
|
|
395
395
|
]
|
|
@@ -409,22 +409,22 @@
|
|
|
409
409
|
"main",
|
|
410
410
|
{
|
|
411
411
|
"type": "game-shell",
|
|
412
|
-
"showTopBar": true,
|
|
413
|
-
"appName": "Arcade Game",
|
|
414
412
|
"children": [
|
|
415
413
|
{
|
|
416
|
-
"
|
|
414
|
+
"type": "game-menu",
|
|
417
415
|
"menuItems": [
|
|
418
416
|
{
|
|
419
|
-
"
|
|
417
|
+
"label": "Start Game",
|
|
420
418
|
"variant": "primary",
|
|
421
|
-
"
|
|
419
|
+
"event": "START"
|
|
422
420
|
}
|
|
423
421
|
],
|
|
424
|
-
"
|
|
425
|
-
"
|
|
422
|
+
"subtitle": "Main Menu",
|
|
423
|
+
"title": "Arcade"
|
|
426
424
|
}
|
|
427
|
-
]
|
|
425
|
+
],
|
|
426
|
+
"appName": "Arcade Game",
|
|
427
|
+
"showTopBar": true
|
|
428
428
|
}
|
|
429
429
|
]
|
|
430
430
|
]
|
|
@@ -438,19 +438,19 @@
|
|
|
438
438
|
"render-ui",
|
|
439
439
|
"main",
|
|
440
440
|
{
|
|
441
|
-
"showTopBar": true,
|
|
442
441
|
"type": "game-shell",
|
|
442
|
+
"showTopBar": true,
|
|
443
443
|
"children": [
|
|
444
444
|
{
|
|
445
|
+
"type": "game-menu",
|
|
446
|
+
"subtitle": "Main Menu",
|
|
445
447
|
"menuItems": [
|
|
446
448
|
{
|
|
447
|
-
"event": "START",
|
|
448
449
|
"variant": "primary",
|
|
449
|
-
"label": "Start Game"
|
|
450
|
+
"label": "Start Game",
|
|
451
|
+
"event": "START"
|
|
450
452
|
}
|
|
451
453
|
],
|
|
452
|
-
"subtitle": "Main Menu",
|
|
453
|
-
"type": "game-menu",
|
|
454
454
|
"title": "Arcade"
|
|
455
455
|
}
|
|
456
456
|
],
|
|
@@ -627,8 +627,8 @@
|
|
|
627
627
|
"ArcadeCanvas",
|
|
628
628
|
{
|
|
629
629
|
"emit": {
|
|
630
|
-
"
|
|
631
|
-
"
|
|
630
|
+
"failure": "ArcadeCanvasLoadFailed",
|
|
631
|
+
"success": "ArcadeCanvasLoaded"
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
],
|
|
@@ -637,52 +637,52 @@
|
|
|
637
637
|
"main",
|
|
638
638
|
{
|
|
639
639
|
"type": "game-shell",
|
|
640
|
+
"appName": "Arcade Game",
|
|
640
641
|
"children": [
|
|
641
642
|
{
|
|
643
|
+
"type": "stack",
|
|
644
|
+
"gap": "md",
|
|
642
645
|
"direction": "vertical",
|
|
643
646
|
"children": [
|
|
644
647
|
{
|
|
645
648
|
"direction": "horizontal",
|
|
646
|
-
"type": "stack",
|
|
647
|
-
"gap": "sm",
|
|
648
649
|
"children": [
|
|
649
650
|
{
|
|
650
|
-
"
|
|
651
|
-
"
|
|
651
|
+
"type": "icon",
|
|
652
|
+
"name": "monitor"
|
|
652
653
|
},
|
|
653
654
|
{
|
|
654
|
-
"content": "ArcadeCanvas Canvas",
|
|
655
655
|
"variant": "h3",
|
|
656
|
+
"content": "ArcadeCanvas Canvas",
|
|
656
657
|
"type": "typography"
|
|
657
658
|
}
|
|
658
659
|
],
|
|
660
|
+
"gap": "sm",
|
|
661
|
+
"type": "stack",
|
|
659
662
|
"align": "center"
|
|
660
663
|
},
|
|
661
664
|
{
|
|
662
|
-
"type": "typography",
|
|
663
665
|
"content": "800x600 @ 60fps",
|
|
666
|
+
"type": "typography",
|
|
664
667
|
"color": "muted",
|
|
665
668
|
"variant": "caption"
|
|
666
669
|
},
|
|
667
670
|
{
|
|
668
671
|
"width": 800.0,
|
|
672
|
+
"fps": 60.0,
|
|
669
673
|
"height": 600.0,
|
|
670
|
-
"type": "game-canvas-2d"
|
|
671
|
-
"fps": 60.0
|
|
674
|
+
"type": "game-canvas-2d"
|
|
672
675
|
},
|
|
673
676
|
{
|
|
674
|
-
"type": "button",
|
|
675
|
-
"action": "START",
|
|
676
|
-
"icon": "play",
|
|
677
677
|
"variant": "primary",
|
|
678
|
+
"icon": "play",
|
|
679
|
+
"action": "START",
|
|
680
|
+
"type": "button",
|
|
678
681
|
"label": "Start"
|
|
679
682
|
}
|
|
680
|
-
]
|
|
681
|
-
"type": "stack",
|
|
682
|
-
"gap": "md"
|
|
683
|
+
]
|
|
683
684
|
}
|
|
684
685
|
],
|
|
685
|
-
"appName": "Arcade Game",
|
|
686
686
|
"showTopBar": true
|
|
687
687
|
}
|
|
688
688
|
]
|
|
@@ -697,48 +697,48 @@
|
|
|
697
697
|
"render-ui",
|
|
698
698
|
"main",
|
|
699
699
|
{
|
|
700
|
-
"appName": "Arcade Game",
|
|
701
700
|
"children": [
|
|
702
701
|
{
|
|
702
|
+
"gap": "md",
|
|
703
703
|
"type": "stack",
|
|
704
704
|
"children": [
|
|
705
705
|
{
|
|
706
|
+
"direction": "horizontal",
|
|
706
707
|
"align": "center",
|
|
708
|
+
"type": "stack",
|
|
709
|
+
"gap": "sm",
|
|
707
710
|
"children": [
|
|
708
711
|
{
|
|
709
|
-
"
|
|
710
|
-
"
|
|
712
|
+
"name": "monitor",
|
|
713
|
+
"type": "icon"
|
|
711
714
|
},
|
|
712
715
|
{
|
|
713
|
-
"content": "ArcadeCanvas Canvas",
|
|
714
716
|
"variant": "h3",
|
|
717
|
+
"content": "ArcadeCanvas Canvas",
|
|
715
718
|
"type": "typography"
|
|
716
719
|
}
|
|
717
|
-
]
|
|
718
|
-
"type": "stack",
|
|
719
|
-
"direction": "horizontal",
|
|
720
|
-
"gap": "sm"
|
|
720
|
+
]
|
|
721
721
|
},
|
|
722
722
|
{
|
|
723
|
+
"fps": 60.0,
|
|
723
724
|
"type": "game-canvas-2d",
|
|
724
725
|
"height": 600.0,
|
|
725
|
-
"width": 800.0
|
|
726
|
-
"fps": 60.0
|
|
726
|
+
"width": 800.0
|
|
727
727
|
},
|
|
728
728
|
{
|
|
729
|
+
"type": "button",
|
|
730
|
+
"icon": "square",
|
|
729
731
|
"action": "STOP",
|
|
730
732
|
"label": "Stop",
|
|
731
|
-
"
|
|
732
|
-
"variant": "ghost",
|
|
733
|
-
"icon": "square"
|
|
733
|
+
"variant": "ghost"
|
|
734
734
|
}
|
|
735
735
|
],
|
|
736
|
-
"gap": "md",
|
|
737
736
|
"direction": "vertical"
|
|
738
737
|
}
|
|
739
738
|
],
|
|
739
|
+
"showTopBar": true,
|
|
740
740
|
"type": "game-shell",
|
|
741
|
-
"
|
|
741
|
+
"appName": "Arcade Game"
|
|
742
742
|
}
|
|
743
743
|
]
|
|
744
744
|
]
|
|
@@ -757,14 +757,13 @@
|
|
|
757
757
|
"render-ui",
|
|
758
758
|
"main",
|
|
759
759
|
{
|
|
760
|
-
"type": "game-shell",
|
|
761
|
-
"showTopBar": true,
|
|
762
760
|
"children": [
|
|
763
761
|
{
|
|
762
|
+
"type": "stack",
|
|
763
|
+
"gap": "md",
|
|
764
|
+
"direction": "vertical",
|
|
764
765
|
"children": [
|
|
765
766
|
{
|
|
766
|
-
"type": "stack",
|
|
767
|
-
"direction": "horizontal",
|
|
768
767
|
"align": "center",
|
|
769
768
|
"children": [
|
|
770
769
|
{
|
|
@@ -773,38 +772,39 @@
|
|
|
773
772
|
},
|
|
774
773
|
{
|
|
775
774
|
"type": "typography",
|
|
776
|
-
"
|
|
777
|
-
"
|
|
775
|
+
"content": "ArcadeCanvas Canvas",
|
|
776
|
+
"variant": "h3"
|
|
778
777
|
}
|
|
779
778
|
],
|
|
779
|
+
"type": "stack",
|
|
780
|
+
"direction": "horizontal",
|
|
780
781
|
"gap": "sm"
|
|
781
782
|
},
|
|
782
783
|
{
|
|
783
|
-
"content": "800x600 @ 60fps",
|
|
784
784
|
"color": "muted",
|
|
785
785
|
"variant": "caption",
|
|
786
|
-
"type": "typography"
|
|
786
|
+
"type": "typography",
|
|
787
|
+
"content": "800x600 @ 60fps"
|
|
787
788
|
},
|
|
788
789
|
{
|
|
789
|
-
"
|
|
790
|
-
"fps": 60.0,
|
|
790
|
+
"type": "game-canvas-2d",
|
|
791
791
|
"width": 800.0,
|
|
792
|
-
"
|
|
792
|
+
"fps": 60.0,
|
|
793
|
+
"height": 600.0
|
|
793
794
|
},
|
|
794
795
|
{
|
|
795
|
-
"
|
|
796
|
+
"type": "button",
|
|
796
797
|
"variant": "primary",
|
|
797
798
|
"label": "Start",
|
|
798
|
-
"
|
|
799
|
-
"
|
|
799
|
+
"icon": "play",
|
|
800
|
+
"action": "START"
|
|
800
801
|
}
|
|
801
|
-
]
|
|
802
|
-
"type": "stack",
|
|
803
|
-
"direction": "vertical",
|
|
804
|
-
"gap": "md"
|
|
802
|
+
]
|
|
805
803
|
}
|
|
806
804
|
],
|
|
807
|
-
"appName": "Arcade Game"
|
|
805
|
+
"appName": "Arcade Game",
|
|
806
|
+
"type": "game-shell",
|
|
807
|
+
"showTopBar": true
|
|
808
808
|
}
|
|
809
809
|
]
|
|
810
810
|
]
|
|
@@ -1031,8 +1031,8 @@
|
|
|
1031
1031
|
"ArcadeScore",
|
|
1032
1032
|
{
|
|
1033
1033
|
"emit": {
|
|
1034
|
-
"
|
|
1035
|
-
"
|
|
1034
|
+
"success": "ArcadeScoreLoaded",
|
|
1035
|
+
"failure": "ArcadeScoreLoadFailed"
|
|
1036
1036
|
}
|
|
1037
1037
|
}
|
|
1038
1038
|
],
|
|
@@ -1040,17 +1040,17 @@
|
|
|
1040
1040
|
"render-ui",
|
|
1041
1041
|
"main",
|
|
1042
1042
|
{
|
|
1043
|
+
"type": "game-shell",
|
|
1043
1044
|
"showTopBar": true,
|
|
1044
1045
|
"appName": "Arcade Game",
|
|
1045
|
-
"type": "game-shell",
|
|
1046
1046
|
"children": [
|
|
1047
1047
|
{
|
|
1048
|
-
"
|
|
1048
|
+
"score": "@entity.score",
|
|
1049
|
+
"multiplier": "@entity.multiplier",
|
|
1050
|
+
"highScore": "@entity.highScore",
|
|
1049
1051
|
"level": "@entity.level",
|
|
1050
1052
|
"type": "score-board",
|
|
1051
|
-
"
|
|
1052
|
-
"score": "@entity.score",
|
|
1053
|
-
"multiplier": "@entity.multiplier"
|
|
1053
|
+
"combo": "@entity.combo"
|
|
1054
1054
|
}
|
|
1055
1055
|
]
|
|
1056
1056
|
}
|
|
@@ -1084,19 +1084,19 @@
|
|
|
1084
1084
|
"render-ui",
|
|
1085
1085
|
"main",
|
|
1086
1086
|
{
|
|
1087
|
+
"type": "game-shell",
|
|
1088
|
+
"appName": "Arcade Game",
|
|
1089
|
+
"showTopBar": true,
|
|
1087
1090
|
"children": [
|
|
1088
1091
|
{
|
|
1089
1092
|
"combo": "@entity.combo",
|
|
1090
|
-
"
|
|
1093
|
+
"score": "@entity.score",
|
|
1091
1094
|
"multiplier": "@entity.multiplier",
|
|
1095
|
+
"level": "@entity.level",
|
|
1092
1096
|
"type": "score-board",
|
|
1093
|
-
"
|
|
1094
|
-
"level": "@entity.level"
|
|
1097
|
+
"highScore": "@entity.highScore"
|
|
1095
1098
|
}
|
|
1096
|
-
]
|
|
1097
|
-
"type": "game-shell",
|
|
1098
|
-
"showTopBar": true,
|
|
1099
|
-
"appName": "Arcade Game"
|
|
1099
|
+
]
|
|
1100
1100
|
}
|
|
1101
1101
|
]
|
|
1102
1102
|
]
|
|
@@ -1115,19 +1115,19 @@
|
|
|
1115
1115
|
"render-ui",
|
|
1116
1116
|
"main",
|
|
1117
1117
|
{
|
|
1118
|
+
"type": "game-shell",
|
|
1119
|
+
"appName": "Arcade Game",
|
|
1118
1120
|
"children": [
|
|
1119
1121
|
{
|
|
1120
|
-
"multiplier": "@entity.multiplier",
|
|
1121
|
-
"score": "@entity.score",
|
|
1122
|
-
"combo": "@entity.combo",
|
|
1123
|
-
"level": "@entity.level",
|
|
1124
1122
|
"highScore": "@entity.highScore",
|
|
1125
|
-
"type": "score-board"
|
|
1123
|
+
"type": "score-board",
|
|
1124
|
+
"combo": "@entity.combo",
|
|
1125
|
+
"score": "@entity.score",
|
|
1126
|
+
"multiplier": "@entity.multiplier",
|
|
1127
|
+
"level": "@entity.level"
|
|
1126
1128
|
}
|
|
1127
1129
|
],
|
|
1128
|
-
"
|
|
1129
|
-
"showTopBar": true,
|
|
1130
|
-
"type": "game-shell"
|
|
1130
|
+
"showTopBar": true
|
|
1131
1131
|
}
|
|
1132
1132
|
]
|
|
1133
1133
|
]
|
|
@@ -1156,19 +1156,19 @@
|
|
|
1156
1156
|
"render-ui",
|
|
1157
1157
|
"main",
|
|
1158
1158
|
{
|
|
1159
|
+
"appName": "Arcade Game",
|
|
1160
|
+
"showTopBar": true,
|
|
1159
1161
|
"type": "game-shell",
|
|
1160
1162
|
"children": [
|
|
1161
1163
|
{
|
|
1162
|
-
"combo": "@entity.combo",
|
|
1163
1164
|
"score": "@entity.score",
|
|
1164
|
-
"
|
|
1165
|
+
"combo": "@entity.combo",
|
|
1166
|
+
"level": "@entity.level",
|
|
1165
1167
|
"multiplier": "@entity.multiplier",
|
|
1166
1168
|
"highScore": "@entity.highScore",
|
|
1167
|
-
"
|
|
1169
|
+
"type": "score-board"
|
|
1168
1170
|
}
|
|
1169
|
-
]
|
|
1170
|
-
"appName": "Arcade Game",
|
|
1171
|
-
"showTopBar": true
|
|
1171
|
+
]
|
|
1172
1172
|
}
|
|
1173
1173
|
]
|
|
1174
1174
|
]
|
|
@@ -1333,8 +1333,8 @@
|
|
|
1333
1333
|
"ArcadeHud",
|
|
1334
1334
|
{
|
|
1335
1335
|
"emit": {
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1336
|
+
"failure": "ArcadeHudLoadFailed",
|
|
1337
|
+
"success": "ArcadeHudLoaded"
|
|
1338
1338
|
}
|
|
1339
1339
|
}
|
|
1340
1340
|
],
|
|
@@ -1343,15 +1343,14 @@
|
|
|
1343
1343
|
"main",
|
|
1344
1344
|
{
|
|
1345
1345
|
"type": "game-shell",
|
|
1346
|
-
"showTopBar": true,
|
|
1347
1346
|
"children": [
|
|
1348
1347
|
{
|
|
1348
|
+
"position": "top-left",
|
|
1349
1349
|
"type": "game-hud",
|
|
1350
|
-
"transparent": false,
|
|
1351
1350
|
"stats": [
|
|
1352
1351
|
{
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1352
|
+
"value": "@entity.score",
|
|
1353
|
+
"label": "Score"
|
|
1355
1354
|
},
|
|
1356
1355
|
{
|
|
1357
1356
|
"label": "Lives",
|
|
@@ -1362,13 +1361,14 @@
|
|
|
1362
1361
|
"value": "@entity.level"
|
|
1363
1362
|
},
|
|
1364
1363
|
{
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1364
|
+
"value": "@entity.timer",
|
|
1365
|
+
"label": "Timer"
|
|
1367
1366
|
}
|
|
1368
1367
|
],
|
|
1369
|
-
"
|
|
1368
|
+
"transparent": false
|
|
1370
1369
|
}
|
|
1371
1370
|
],
|
|
1371
|
+
"showTopBar": true,
|
|
1372
1372
|
"appName": "Arcade Game"
|
|
1373
1373
|
}
|
|
1374
1374
|
]
|
|
@@ -1393,10 +1393,12 @@
|
|
|
1393
1393
|
"render-ui",
|
|
1394
1394
|
"main",
|
|
1395
1395
|
{
|
|
1396
|
+
"appName": "Arcade Game",
|
|
1396
1397
|
"type": "game-shell",
|
|
1397
1398
|
"showTopBar": true,
|
|
1398
1399
|
"children": [
|
|
1399
1400
|
{
|
|
1401
|
+
"position": "top-left",
|
|
1400
1402
|
"stats": [
|
|
1401
1403
|
{
|
|
1402
1404
|
"label": "Score",
|
|
@@ -1407,20 +1409,18 @@
|
|
|
1407
1409
|
"label": "Lives"
|
|
1408
1410
|
},
|
|
1409
1411
|
{
|
|
1410
|
-
"
|
|
1411
|
-
"
|
|
1412
|
+
"value": "@entity.level",
|
|
1413
|
+
"label": "Level"
|
|
1412
1414
|
},
|
|
1413
1415
|
{
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1416
|
+
"label": "Timer",
|
|
1417
|
+
"value": "@entity.timer"
|
|
1416
1418
|
}
|
|
1417
1419
|
],
|
|
1418
1420
|
"transparent": false,
|
|
1419
|
-
"position": "top-left",
|
|
1420
1421
|
"type": "game-hud"
|
|
1421
1422
|
}
|
|
1422
|
-
]
|
|
1423
|
-
"appName": "Arcade Game"
|
|
1423
|
+
]
|
|
1424
1424
|
}
|
|
1425
1425
|
]
|
|
1426
1426
|
]
|
|
@@ -1443,4 +1443,4 @@
|
|
|
1443
1443
|
]
|
|
1444
1444
|
}
|
|
1445
1445
|
]
|
|
1446
|
-
}
|
|
1446
|
+
}
|