@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
|
@@ -180,8 +180,8 @@
|
|
|
180
180
|
"ArcadeState",
|
|
181
181
|
{
|
|
182
182
|
"emit": {
|
|
183
|
-
"
|
|
184
|
-
"
|
|
183
|
+
"failure": "ArcadeStateLoadFailed",
|
|
184
|
+
"success": "ArcadeStateLoaded"
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
],
|
|
@@ -189,23 +189,23 @@
|
|
|
189
189
|
"render-ui",
|
|
190
190
|
"main",
|
|
191
191
|
{
|
|
192
|
-
"appName": "Arcade Game",
|
|
193
192
|
"showTopBar": true,
|
|
193
|
+
"appName": "Arcade Game",
|
|
194
|
+
"type": "game-shell",
|
|
194
195
|
"children": [
|
|
195
196
|
{
|
|
196
197
|
"type": "game-menu",
|
|
197
198
|
"menuItems": [
|
|
198
199
|
{
|
|
199
|
-
"variant": "primary",
|
|
200
200
|
"label": "Start Game",
|
|
201
|
+
"variant": "primary",
|
|
201
202
|
"event": "START"
|
|
202
203
|
}
|
|
203
204
|
],
|
|
204
|
-
"
|
|
205
|
-
"
|
|
205
|
+
"subtitle": "Main Menu",
|
|
206
|
+
"title": "Arcade"
|
|
206
207
|
}
|
|
207
|
-
]
|
|
208
|
-
"type": "game-shell"
|
|
208
|
+
]
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
211
|
]
|
|
@@ -234,9 +234,9 @@
|
|
|
234
234
|
"type": "game-hud"
|
|
235
235
|
}
|
|
236
236
|
],
|
|
237
|
+
"type": "game-shell",
|
|
237
238
|
"showTopBar": true,
|
|
238
|
-
"appName": "Arcade Game"
|
|
239
|
-
"type": "game-shell"
|
|
239
|
+
"appName": "Arcade Game"
|
|
240
240
|
}
|
|
241
241
|
]
|
|
242
242
|
]
|
|
@@ -255,8 +255,6 @@
|
|
|
255
255
|
"render-ui",
|
|
256
256
|
"modal",
|
|
257
257
|
{
|
|
258
|
-
"type": "game-menu",
|
|
259
|
-
"title": "Paused",
|
|
260
258
|
"menuItems": [
|
|
261
259
|
{
|
|
262
260
|
"variant": "primary",
|
|
@@ -264,11 +262,13 @@
|
|
|
264
262
|
"event": "RESUME"
|
|
265
263
|
},
|
|
266
264
|
{
|
|
267
|
-
"label": "Quit",
|
|
268
265
|
"event": "RESTART",
|
|
266
|
+
"label": "Quit",
|
|
269
267
|
"variant": "ghost"
|
|
270
268
|
}
|
|
271
|
-
]
|
|
269
|
+
],
|
|
270
|
+
"title": "Paused",
|
|
271
|
+
"type": "game-menu"
|
|
272
272
|
}
|
|
273
273
|
]
|
|
274
274
|
]
|
|
@@ -282,25 +282,25 @@
|
|
|
282
282
|
"render-ui",
|
|
283
283
|
"main",
|
|
284
284
|
{
|
|
285
|
-
"appName": "Arcade Game",
|
|
286
|
-
"type": "game-shell",
|
|
287
285
|
"showTopBar": true,
|
|
286
|
+
"type": "game-shell",
|
|
287
|
+
"appName": "Arcade Game",
|
|
288
288
|
"children": [
|
|
289
289
|
{
|
|
290
|
-
"title": "Game Over",
|
|
291
|
-
"type": "game-over-screen",
|
|
292
290
|
"menuItems": [
|
|
293
291
|
{
|
|
294
292
|
"label": "Play Again",
|
|
295
|
-
"
|
|
296
|
-
"
|
|
293
|
+
"event": "RESTART",
|
|
294
|
+
"variant": "primary"
|
|
297
295
|
},
|
|
298
296
|
{
|
|
299
|
-
"variant": "secondary",
|
|
300
297
|
"label": "Main Menu",
|
|
298
|
+
"variant": "secondary",
|
|
301
299
|
"event": "RESTART"
|
|
302
300
|
}
|
|
303
301
|
],
|
|
302
|
+
"title": "Game Over",
|
|
303
|
+
"type": "game-over-screen",
|
|
304
304
|
"stats": [
|
|
305
305
|
{
|
|
306
306
|
"label": "Score",
|
|
@@ -337,23 +337,23 @@
|
|
|
337
337
|
"main",
|
|
338
338
|
{
|
|
339
339
|
"showTopBar": true,
|
|
340
|
+
"appName": "Arcade Game",
|
|
340
341
|
"type": "game-shell",
|
|
341
342
|
"children": [
|
|
342
343
|
{
|
|
343
|
-
"type": "game-hud",
|
|
344
344
|
"stats": [
|
|
345
345
|
{
|
|
346
346
|
"label": "Score",
|
|
347
347
|
"value": "@entity.score"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
-
"
|
|
351
|
-
"
|
|
350
|
+
"label": "Level",
|
|
351
|
+
"value": "@entity.level"
|
|
352
352
|
}
|
|
353
|
-
]
|
|
353
|
+
],
|
|
354
|
+
"type": "game-hud"
|
|
354
355
|
}
|
|
355
|
-
]
|
|
356
|
-
"appName": "Arcade Game"
|
|
356
|
+
]
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
]
|
|
@@ -372,24 +372,24 @@
|
|
|
372
372
|
"render-ui",
|
|
373
373
|
"main",
|
|
374
374
|
{
|
|
375
|
+
"type": "game-shell",
|
|
375
376
|
"appName": "Arcade Game",
|
|
377
|
+
"showTopBar": true,
|
|
376
378
|
"children": [
|
|
377
379
|
{
|
|
380
|
+
"type": "game-hud",
|
|
378
381
|
"stats": [
|
|
379
382
|
{
|
|
380
|
-
"
|
|
381
|
-
"
|
|
383
|
+
"value": "@entity.score",
|
|
384
|
+
"label": "Score"
|
|
382
385
|
},
|
|
383
386
|
{
|
|
384
|
-
"
|
|
385
|
-
"
|
|
387
|
+
"value": "@entity.level",
|
|
388
|
+
"label": "Level"
|
|
386
389
|
}
|
|
387
|
-
]
|
|
388
|
-
"type": "game-hud"
|
|
390
|
+
]
|
|
389
391
|
}
|
|
390
|
-
]
|
|
391
|
-
"showTopBar": true,
|
|
392
|
-
"type": "game-shell"
|
|
392
|
+
]
|
|
393
393
|
}
|
|
394
394
|
]
|
|
395
395
|
]
|
|
@@ -408,21 +408,21 @@
|
|
|
408
408
|
"render-ui",
|
|
409
409
|
"main",
|
|
410
410
|
{
|
|
411
|
-
"type": "game-shell",
|
|
412
411
|
"children": [
|
|
413
412
|
{
|
|
414
|
-
"subtitle": "Main Menu",
|
|
415
|
-
"title": "Arcade",
|
|
416
|
-
"type": "game-menu",
|
|
417
413
|
"menuItems": [
|
|
418
414
|
{
|
|
419
|
-
"variant": "primary",
|
|
420
415
|
"event": "START",
|
|
421
|
-
"label": "Start Game"
|
|
416
|
+
"label": "Start Game",
|
|
417
|
+
"variant": "primary"
|
|
422
418
|
}
|
|
423
|
-
]
|
|
419
|
+
],
|
|
420
|
+
"title": "Arcade",
|
|
421
|
+
"type": "game-menu",
|
|
422
|
+
"subtitle": "Main Menu"
|
|
424
423
|
}
|
|
425
424
|
],
|
|
425
|
+
"type": "game-shell",
|
|
426
426
|
"appName": "Arcade Game",
|
|
427
427
|
"showTopBar": true
|
|
428
428
|
}
|
|
@@ -438,23 +438,23 @@
|
|
|
438
438
|
"render-ui",
|
|
439
439
|
"main",
|
|
440
440
|
{
|
|
441
|
-
"appName": "Arcade Game",
|
|
442
|
-
"showTopBar": true,
|
|
443
441
|
"children": [
|
|
444
442
|
{
|
|
445
443
|
"type": "game-menu",
|
|
446
444
|
"menuItems": [
|
|
447
445
|
{
|
|
448
|
-
"
|
|
446
|
+
"event": "START",
|
|
449
447
|
"label": "Start Game",
|
|
450
|
-
"
|
|
448
|
+
"variant": "primary"
|
|
451
449
|
}
|
|
452
450
|
],
|
|
453
451
|
"subtitle": "Main Menu",
|
|
454
452
|
"title": "Arcade"
|
|
455
453
|
}
|
|
456
454
|
],
|
|
457
|
-
"type": "game-shell"
|
|
455
|
+
"type": "game-shell",
|
|
456
|
+
"appName": "Arcade Game",
|
|
457
|
+
"showTopBar": true
|
|
458
458
|
}
|
|
459
459
|
]
|
|
460
460
|
]
|
|
@@ -636,20 +636,17 @@
|
|
|
636
636
|
"render-ui",
|
|
637
637
|
"main",
|
|
638
638
|
{
|
|
639
|
-
"type": "game-shell",
|
|
640
|
-
"appName": "Arcade Game",
|
|
641
639
|
"showTopBar": true,
|
|
640
|
+
"appName": "Arcade Game",
|
|
641
|
+
"type": "game-shell",
|
|
642
642
|
"children": [
|
|
643
643
|
{
|
|
644
644
|
"children": [
|
|
645
645
|
{
|
|
646
|
-
"direction": "horizontal",
|
|
647
|
-
"align": "center",
|
|
648
|
-
"type": "stack",
|
|
649
646
|
"children": [
|
|
650
647
|
{
|
|
651
|
-
"
|
|
652
|
-
"
|
|
648
|
+
"type": "icon",
|
|
649
|
+
"name": "monitor"
|
|
653
650
|
},
|
|
654
651
|
{
|
|
655
652
|
"type": "typography",
|
|
@@ -657,30 +654,33 @@
|
|
|
657
654
|
"variant": "h3"
|
|
658
655
|
}
|
|
659
656
|
],
|
|
660
|
-
"
|
|
657
|
+
"align": "center",
|
|
658
|
+
"direction": "horizontal",
|
|
659
|
+
"gap": "sm",
|
|
660
|
+
"type": "stack"
|
|
661
661
|
},
|
|
662
662
|
{
|
|
663
|
-
"color": "muted",
|
|
664
663
|
"type": "typography",
|
|
665
|
-
"
|
|
666
|
-
"variant": "caption"
|
|
664
|
+
"color": "muted",
|
|
665
|
+
"variant": "caption",
|
|
666
|
+
"content": "800x600 @ 60fps"
|
|
667
667
|
},
|
|
668
668
|
{
|
|
669
|
-
"
|
|
669
|
+
"height": 600.0,
|
|
670
670
|
"type": "game-canvas-2d",
|
|
671
671
|
"width": 800.0,
|
|
672
|
-
"
|
|
672
|
+
"fps": 60.0
|
|
673
673
|
},
|
|
674
674
|
{
|
|
675
|
-
"icon": "play",
|
|
676
|
-
"action": "START",
|
|
677
|
-
"type": "button",
|
|
678
675
|
"variant": "primary",
|
|
679
|
-
"
|
|
676
|
+
"type": "button",
|
|
677
|
+
"label": "Start",
|
|
678
|
+
"icon": "play",
|
|
679
|
+
"action": "START"
|
|
680
680
|
}
|
|
681
681
|
],
|
|
682
|
-
"direction": "vertical",
|
|
683
682
|
"type": "stack",
|
|
683
|
+
"direction": "vertical",
|
|
684
684
|
"gap": "md"
|
|
685
685
|
}
|
|
686
686
|
]
|
|
@@ -698,47 +698,47 @@
|
|
|
698
698
|
"main",
|
|
699
699
|
{
|
|
700
700
|
"showTopBar": true,
|
|
701
|
+
"type": "game-shell",
|
|
702
|
+
"appName": "Arcade Game",
|
|
701
703
|
"children": [
|
|
702
704
|
{
|
|
703
705
|
"type": "stack",
|
|
704
|
-
"
|
|
706
|
+
"gap": "md",
|
|
705
707
|
"children": [
|
|
706
708
|
{
|
|
709
|
+
"align": "center",
|
|
707
710
|
"type": "stack",
|
|
711
|
+
"gap": "sm",
|
|
712
|
+
"direction": "horizontal",
|
|
708
713
|
"children": [
|
|
709
714
|
{
|
|
710
|
-
"
|
|
711
|
-
"
|
|
715
|
+
"name": "monitor",
|
|
716
|
+
"type": "icon"
|
|
712
717
|
},
|
|
713
718
|
{
|
|
714
|
-
"content": "ArcadeCanvas Canvas",
|
|
715
719
|
"type": "typography",
|
|
720
|
+
"content": "ArcadeCanvas Canvas",
|
|
716
721
|
"variant": "h3"
|
|
717
722
|
}
|
|
718
|
-
]
|
|
719
|
-
"direction": "horizontal",
|
|
720
|
-
"gap": "sm",
|
|
721
|
-
"align": "center"
|
|
723
|
+
]
|
|
722
724
|
},
|
|
723
725
|
{
|
|
724
|
-
"height": 600.0,
|
|
725
|
-
"fps": 60.0,
|
|
726
726
|
"width": 800.0,
|
|
727
|
-
"
|
|
727
|
+
"fps": 60.0,
|
|
728
|
+
"type": "game-canvas-2d",
|
|
729
|
+
"height": 600.0
|
|
728
730
|
},
|
|
729
731
|
{
|
|
730
732
|
"action": "STOP",
|
|
731
|
-
"icon": "square",
|
|
732
|
-
"type": "button",
|
|
733
733
|
"label": "Stop",
|
|
734
|
-
"variant": "ghost"
|
|
734
|
+
"variant": "ghost",
|
|
735
|
+
"icon": "square",
|
|
736
|
+
"type": "button"
|
|
735
737
|
}
|
|
736
738
|
],
|
|
737
|
-
"
|
|
739
|
+
"direction": "vertical"
|
|
738
740
|
}
|
|
739
|
-
]
|
|
740
|
-
"type": "game-shell",
|
|
741
|
-
"appName": "Arcade Game"
|
|
741
|
+
]
|
|
742
742
|
}
|
|
743
743
|
]
|
|
744
744
|
]
|
|
@@ -757,53 +757,53 @@
|
|
|
757
757
|
"render-ui",
|
|
758
758
|
"main",
|
|
759
759
|
{
|
|
760
|
+
"appName": "Arcade Game",
|
|
760
761
|
"children": [
|
|
761
762
|
{
|
|
763
|
+
"direction": "vertical",
|
|
762
764
|
"children": [
|
|
763
765
|
{
|
|
766
|
+
"type": "stack",
|
|
767
|
+
"direction": "horizontal",
|
|
768
|
+
"gap": "sm",
|
|
769
|
+
"align": "center",
|
|
764
770
|
"children": [
|
|
765
771
|
{
|
|
766
772
|
"name": "monitor",
|
|
767
773
|
"type": "icon"
|
|
768
774
|
},
|
|
769
775
|
{
|
|
770
|
-
"variant": "h3",
|
|
771
776
|
"type": "typography",
|
|
772
|
-
"content": "ArcadeCanvas Canvas"
|
|
777
|
+
"content": "ArcadeCanvas Canvas",
|
|
778
|
+
"variant": "h3"
|
|
773
779
|
}
|
|
774
|
-
]
|
|
775
|
-
"type": "stack",
|
|
776
|
-
"direction": "horizontal",
|
|
777
|
-
"align": "center",
|
|
778
|
-
"gap": "sm"
|
|
780
|
+
]
|
|
779
781
|
},
|
|
780
782
|
{
|
|
783
|
+
"variant": "caption",
|
|
781
784
|
"color": "muted",
|
|
782
785
|
"content": "800x600 @ 60fps",
|
|
783
|
-
"variant": "caption",
|
|
784
786
|
"type": "typography"
|
|
785
787
|
},
|
|
786
788
|
{
|
|
787
789
|
"type": "game-canvas-2d",
|
|
788
|
-
"fps": 60.0,
|
|
789
790
|
"width": 800.0,
|
|
790
|
-
"height": 600.0
|
|
791
|
+
"height": 600.0,
|
|
792
|
+
"fps": 60.0
|
|
791
793
|
},
|
|
792
794
|
{
|
|
793
795
|
"label": "Start",
|
|
794
|
-
"
|
|
795
|
-
"type": "button",
|
|
796
|
+
"icon": "play",
|
|
796
797
|
"variant": "primary",
|
|
797
|
-
"
|
|
798
|
+
"action": "START",
|
|
799
|
+
"type": "button"
|
|
798
800
|
}
|
|
799
801
|
],
|
|
800
|
-
"direction": "vertical",
|
|
801
802
|
"type": "stack",
|
|
802
803
|
"gap": "md"
|
|
803
804
|
}
|
|
804
805
|
],
|
|
805
806
|
"type": "game-shell",
|
|
806
|
-
"appName": "Arcade Game",
|
|
807
807
|
"showTopBar": true
|
|
808
808
|
}
|
|
809
809
|
]
|
|
@@ -1040,19 +1040,19 @@
|
|
|
1040
1040
|
"render-ui",
|
|
1041
1041
|
"main",
|
|
1042
1042
|
{
|
|
1043
|
-
"appName": "Arcade Game",
|
|
1044
1043
|
"type": "game-shell",
|
|
1044
|
+
"appName": "Arcade Game",
|
|
1045
|
+
"showTopBar": true,
|
|
1045
1046
|
"children": [
|
|
1046
1047
|
{
|
|
1048
|
+
"type": "score-board",
|
|
1049
|
+
"highScore": "@entity.highScore",
|
|
1047
1050
|
"combo": "@entity.combo",
|
|
1048
1051
|
"multiplier": "@entity.multiplier",
|
|
1049
1052
|
"level": "@entity.level",
|
|
1050
|
-
"highScore": "@entity.highScore",
|
|
1051
|
-
"type": "score-board",
|
|
1052
1053
|
"score": "@entity.score"
|
|
1053
1054
|
}
|
|
1054
|
-
]
|
|
1055
|
-
"showTopBar": true
|
|
1055
|
+
]
|
|
1056
1056
|
}
|
|
1057
1057
|
]
|
|
1058
1058
|
]
|
|
@@ -1085,18 +1085,18 @@
|
|
|
1085
1085
|
"main",
|
|
1086
1086
|
{
|
|
1087
1087
|
"showTopBar": true,
|
|
1088
|
-
"type": "game-shell",
|
|
1089
1088
|
"appName": "Arcade Game",
|
|
1090
1089
|
"children": [
|
|
1091
1090
|
{
|
|
1092
1091
|
"multiplier": "@entity.multiplier",
|
|
1093
|
-
"
|
|
1094
|
-
"highScore": "@entity.highScore",
|
|
1095
|
-
"combo": "@entity.combo",
|
|
1092
|
+
"score": "@entity.score",
|
|
1096
1093
|
"type": "score-board",
|
|
1097
|
-
"
|
|
1094
|
+
"highScore": "@entity.highScore",
|
|
1095
|
+
"level": "@entity.level",
|
|
1096
|
+
"combo": "@entity.combo"
|
|
1098
1097
|
}
|
|
1099
|
-
]
|
|
1098
|
+
],
|
|
1099
|
+
"type": "game-shell"
|
|
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",
|
|
1120
|
+
"showTopBar": true,
|
|
1118
1121
|
"children": [
|
|
1119
1122
|
{
|
|
1120
1123
|
"type": "score-board",
|
|
1121
1124
|
"score": "@entity.score",
|
|
1122
1125
|
"highScore": "@entity.highScore",
|
|
1126
|
+
"combo": "@entity.combo",
|
|
1123
1127
|
"multiplier": "@entity.multiplier",
|
|
1124
|
-
"level": "@entity.level"
|
|
1125
|
-
"combo": "@entity.combo"
|
|
1128
|
+
"level": "@entity.level"
|
|
1126
1129
|
}
|
|
1127
|
-
]
|
|
1128
|
-
"type": "game-shell",
|
|
1129
|
-
"appName": "Arcade Game",
|
|
1130
|
-
"showTopBar": true
|
|
1130
|
+
]
|
|
1131
1131
|
}
|
|
1132
1132
|
]
|
|
1133
1133
|
]
|
|
@@ -1156,16 +1156,16 @@
|
|
|
1156
1156
|
"render-ui",
|
|
1157
1157
|
"main",
|
|
1158
1158
|
{
|
|
1159
|
-
"appName": "Arcade Game",
|
|
1160
1159
|
"type": "game-shell",
|
|
1161
1160
|
"showTopBar": true,
|
|
1161
|
+
"appName": "Arcade Game",
|
|
1162
1162
|
"children": [
|
|
1163
1163
|
{
|
|
1164
|
-
"
|
|
1164
|
+
"level": "@entity.level",
|
|
1165
1165
|
"combo": "@entity.combo",
|
|
1166
1166
|
"multiplier": "@entity.multiplier",
|
|
1167
|
-
"level": "@entity.level",
|
|
1168
1167
|
"type": "score-board",
|
|
1168
|
+
"score": "@entity.score",
|
|
1169
1169
|
"highScore": "@entity.highScore"
|
|
1170
1170
|
}
|
|
1171
1171
|
]
|
|
@@ -1342,6 +1342,9 @@
|
|
|
1342
1342
|
"render-ui",
|
|
1343
1343
|
"main",
|
|
1344
1344
|
{
|
|
1345
|
+
"appName": "Arcade Game",
|
|
1346
|
+
"showTopBar": true,
|
|
1347
|
+
"type": "game-shell",
|
|
1345
1348
|
"children": [
|
|
1346
1349
|
{
|
|
1347
1350
|
"type": "game-hud",
|
|
@@ -1349,27 +1352,24 @@
|
|
|
1349
1352
|
"transparent": false,
|
|
1350
1353
|
"stats": [
|
|
1351
1354
|
{
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1355
|
+
"value": "@entity.score",
|
|
1356
|
+
"label": "Score"
|
|
1354
1357
|
},
|
|
1355
1358
|
{
|
|
1356
|
-
"
|
|
1357
|
-
"
|
|
1359
|
+
"label": "Lives",
|
|
1360
|
+
"value": "@entity.lives"
|
|
1358
1361
|
},
|
|
1359
1362
|
{
|
|
1360
|
-
"
|
|
1361
|
-
"
|
|
1363
|
+
"value": "@entity.level",
|
|
1364
|
+
"label": "Level"
|
|
1362
1365
|
},
|
|
1363
1366
|
{
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1367
|
+
"value": "@entity.timer",
|
|
1368
|
+
"label": "Timer"
|
|
1366
1369
|
}
|
|
1367
1370
|
]
|
|
1368
1371
|
}
|
|
1369
|
-
]
|
|
1370
|
-
"type": "game-shell",
|
|
1371
|
-
"appName": "Arcade Game",
|
|
1372
|
-
"showTopBar": true
|
|
1372
|
+
]
|
|
1373
1373
|
}
|
|
1374
1374
|
]
|
|
1375
1375
|
]
|
|
@@ -1393,15 +1393,13 @@
|
|
|
1393
1393
|
"render-ui",
|
|
1394
1394
|
"main",
|
|
1395
1395
|
{
|
|
1396
|
-
"
|
|
1396
|
+
"appName": "Arcade Game",
|
|
1397
1397
|
"children": [
|
|
1398
1398
|
{
|
|
1399
|
-
"transparent": false,
|
|
1400
|
-
"type": "game-hud",
|
|
1401
1399
|
"stats": [
|
|
1402
1400
|
{
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1401
|
+
"label": "Score",
|
|
1402
|
+
"value": "@entity.score"
|
|
1405
1403
|
},
|
|
1406
1404
|
{
|
|
1407
1405
|
"label": "Lives",
|
|
@@ -1412,15 +1410,17 @@
|
|
|
1412
1410
|
"value": "@entity.level"
|
|
1413
1411
|
},
|
|
1414
1412
|
{
|
|
1415
|
-
"
|
|
1416
|
-
"
|
|
1413
|
+
"label": "Timer",
|
|
1414
|
+
"value": "@entity.timer"
|
|
1417
1415
|
}
|
|
1418
1416
|
],
|
|
1417
|
+
"type": "game-hud",
|
|
1418
|
+
"transparent": false,
|
|
1419
1419
|
"position": "top-left"
|
|
1420
1420
|
}
|
|
1421
1421
|
],
|
|
1422
1422
|
"showTopBar": true,
|
|
1423
|
-
"
|
|
1423
|
+
"type": "game-shell"
|
|
1424
1424
|
}
|
|
1425
1425
|
]
|
|
1426
1426
|
]
|