@almadar/std 8.3.0 → 8.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -234,36 +234,36 @@
|
|
|
234
234
|
"main",
|
|
235
235
|
{
|
|
236
236
|
"type": "stack",
|
|
237
|
-
"
|
|
237
|
+
"direction": "vertical",
|
|
238
|
+
"gap": "lg",
|
|
238
239
|
"children": [
|
|
239
240
|
{
|
|
240
241
|
"type": "game-hud",
|
|
241
|
-
"position": "top",
|
|
242
242
|
"stats": [
|
|
243
243
|
{
|
|
244
244
|
"label": "HP",
|
|
245
245
|
"value": "@entity.hp"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
|
-
"
|
|
249
|
-
"
|
|
248
|
+
"value": "@entity.attack",
|
|
249
|
+
"label": "Attack"
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"label": "Defense",
|
|
253
253
|
"value": "@entity.defense"
|
|
254
254
|
}
|
|
255
|
-
]
|
|
255
|
+
],
|
|
256
|
+
"position": "top"
|
|
256
257
|
},
|
|
257
258
|
{
|
|
258
|
-
"label": "Attack",
|
|
259
259
|
"action": "ATTACK",
|
|
260
260
|
"variant": "primary",
|
|
261
|
-
"
|
|
262
|
-
"
|
|
261
|
+
"type": "button",
|
|
262
|
+
"label": "Attack",
|
|
263
|
+
"icon": "swords"
|
|
263
264
|
}
|
|
264
265
|
],
|
|
265
|
-
"
|
|
266
|
-
"gap": "lg"
|
|
266
|
+
"align": "center"
|
|
267
267
|
}
|
|
268
268
|
]
|
|
269
269
|
]
|
|
@@ -277,12 +277,13 @@
|
|
|
277
277
|
"render-ui",
|
|
278
278
|
"main",
|
|
279
279
|
{
|
|
280
|
-
"type": "stack",
|
|
281
280
|
"align": "center",
|
|
282
281
|
"direction": "vertical",
|
|
283
282
|
"gap": "lg",
|
|
284
283
|
"children": [
|
|
285
284
|
{
|
|
285
|
+
"position": "top",
|
|
286
|
+
"type": "game-hud",
|
|
286
287
|
"stats": [
|
|
287
288
|
{
|
|
288
289
|
"value": "@entity.hp",
|
|
@@ -296,18 +297,17 @@
|
|
|
296
297
|
"label": "Defense",
|
|
297
298
|
"value": "@entity.defense"
|
|
298
299
|
}
|
|
299
|
-
]
|
|
300
|
-
"position": "top",
|
|
301
|
-
"type": "game-hud"
|
|
300
|
+
]
|
|
302
301
|
},
|
|
303
302
|
{
|
|
304
|
-
"variant": "secondary",
|
|
305
|
-
"type": "button",
|
|
306
303
|
"action": "HIT",
|
|
307
|
-
"
|
|
308
|
-
"
|
|
304
|
+
"label": "Cooldown End",
|
|
305
|
+
"type": "button",
|
|
306
|
+
"variant": "secondary",
|
|
307
|
+
"icon": "clock"
|
|
309
308
|
}
|
|
310
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"type": "stack"
|
|
311
311
|
}
|
|
312
312
|
]
|
|
313
313
|
]
|
|
@@ -322,33 +322,33 @@
|
|
|
322
322
|
"main",
|
|
323
323
|
{
|
|
324
324
|
"direction": "vertical",
|
|
325
|
-
"gap": "lg",
|
|
326
325
|
"align": "center",
|
|
327
326
|
"type": "stack",
|
|
328
327
|
"children": [
|
|
329
328
|
{
|
|
329
|
+
"position": "top",
|
|
330
|
+
"type": "game-hud",
|
|
330
331
|
"stats": [
|
|
331
332
|
{
|
|
332
333
|
"label": "HP",
|
|
333
334
|
"value": "@entity.hp"
|
|
334
335
|
},
|
|
335
336
|
{
|
|
336
|
-
"
|
|
337
|
-
"
|
|
337
|
+
"value": "@entity.attack",
|
|
338
|
+
"label": "Attack"
|
|
338
339
|
},
|
|
339
340
|
{
|
|
340
|
-
"
|
|
341
|
-
"
|
|
341
|
+
"value": "@entity.defense",
|
|
342
|
+
"label": "Defense"
|
|
342
343
|
}
|
|
343
|
-
]
|
|
344
|
-
"position": "top",
|
|
345
|
-
"type": "game-hud"
|
|
344
|
+
]
|
|
346
345
|
},
|
|
347
346
|
{
|
|
348
|
-
"
|
|
349
|
-
"
|
|
347
|
+
"label": "Cooling down...",
|
|
348
|
+
"type": "badge"
|
|
350
349
|
}
|
|
351
|
-
]
|
|
350
|
+
],
|
|
351
|
+
"gap": "lg"
|
|
352
352
|
}
|
|
353
353
|
]
|
|
354
354
|
]
|
|
@@ -362,24 +362,24 @@
|
|
|
362
362
|
"render-ui",
|
|
363
363
|
"main",
|
|
364
364
|
{
|
|
365
|
-
"direction": "vertical",
|
|
366
|
-
"gap": "lg",
|
|
367
365
|
"type": "stack",
|
|
368
|
-
"align": "center",
|
|
369
366
|
"children": [
|
|
370
367
|
{
|
|
368
|
+
"title": "Defeated",
|
|
371
369
|
"type": "game-over-screen",
|
|
372
|
-
"variant": "defeat"
|
|
373
|
-
"title": "Defeated"
|
|
370
|
+
"variant": "defeat"
|
|
374
371
|
},
|
|
375
372
|
{
|
|
376
|
-
"type": "button",
|
|
377
373
|
"icon": "rotate-ccw",
|
|
378
|
-
"variant": "ghost",
|
|
379
374
|
"label": "Reset",
|
|
380
|
-
"
|
|
375
|
+
"type": "button",
|
|
376
|
+
"action": "RESET",
|
|
377
|
+
"variant": "ghost"
|
|
381
378
|
}
|
|
382
|
-
]
|
|
379
|
+
],
|
|
380
|
+
"gap": "lg",
|
|
381
|
+
"direction": "vertical",
|
|
382
|
+
"align": "center"
|
|
383
383
|
}
|
|
384
384
|
]
|
|
385
385
|
]
|
|
@@ -396,34 +396,34 @@
|
|
|
396
396
|
"align": "center",
|
|
397
397
|
"type": "stack",
|
|
398
398
|
"gap": "lg",
|
|
399
|
-
"direction": "vertical",
|
|
400
399
|
"children": [
|
|
401
400
|
{
|
|
402
|
-
"
|
|
401
|
+
"type": "game-hud",
|
|
403
402
|
"stats": [
|
|
404
403
|
{
|
|
405
|
-
"
|
|
406
|
-
"
|
|
404
|
+
"value": "@entity.hp",
|
|
405
|
+
"label": "HP"
|
|
407
406
|
},
|
|
408
407
|
{
|
|
409
408
|
"value": "@entity.attack",
|
|
410
409
|
"label": "Attack"
|
|
411
410
|
},
|
|
412
411
|
{
|
|
413
|
-
"
|
|
414
|
-
"
|
|
412
|
+
"label": "Defense",
|
|
413
|
+
"value": "@entity.defense"
|
|
415
414
|
}
|
|
416
415
|
],
|
|
417
|
-
"
|
|
416
|
+
"position": "top"
|
|
418
417
|
},
|
|
419
418
|
{
|
|
420
|
-
"label": "Attack",
|
|
421
|
-
"variant": "primary",
|
|
422
419
|
"type": "button",
|
|
420
|
+
"action": "ATTACK",
|
|
421
|
+
"variant": "primary",
|
|
423
422
|
"icon": "swords",
|
|
424
|
-
"
|
|
423
|
+
"label": "Attack"
|
|
425
424
|
}
|
|
426
|
-
]
|
|
425
|
+
],
|
|
426
|
+
"direction": "vertical"
|
|
427
427
|
}
|
|
428
428
|
]
|
|
429
429
|
]
|
|
@@ -437,24 +437,24 @@
|
|
|
437
437
|
"render-ui",
|
|
438
438
|
"main",
|
|
439
439
|
{
|
|
440
|
+
"type": "stack",
|
|
441
|
+
"align": "center",
|
|
440
442
|
"gap": "lg",
|
|
441
443
|
"children": [
|
|
442
444
|
{
|
|
445
|
+
"type": "game-over-screen",
|
|
443
446
|
"variant": "defeat",
|
|
444
|
-
"title": "Defeated"
|
|
445
|
-
"type": "game-over-screen"
|
|
447
|
+
"title": "Defeated"
|
|
446
448
|
},
|
|
447
449
|
{
|
|
450
|
+
"label": "Reset",
|
|
451
|
+
"variant": "ghost",
|
|
448
452
|
"icon": "rotate-ccw",
|
|
449
453
|
"type": "button",
|
|
450
|
-
"variant": "ghost",
|
|
451
|
-
"label": "Reset",
|
|
452
454
|
"action": "RESET"
|
|
453
455
|
}
|
|
454
456
|
],
|
|
455
|
-
"
|
|
456
|
-
"direction": "vertical",
|
|
457
|
-
"align": "center"
|
|
457
|
+
"direction": "vertical"
|
|
458
458
|
}
|
|
459
459
|
]
|
|
460
460
|
]
|
|
@@ -468,35 +468,35 @@
|
|
|
468
468
|
"render-ui",
|
|
469
469
|
"main",
|
|
470
470
|
{
|
|
471
|
-
"gap": "lg",
|
|
472
471
|
"type": "stack",
|
|
473
472
|
"direction": "vertical",
|
|
473
|
+
"gap": "lg",
|
|
474
474
|
"align": "center",
|
|
475
475
|
"children": [
|
|
476
476
|
{
|
|
477
|
-
"type": "game-hud",
|
|
478
|
-
"position": "top",
|
|
479
477
|
"stats": [
|
|
480
478
|
{
|
|
481
|
-
"
|
|
482
|
-
"
|
|
479
|
+
"label": "HP",
|
|
480
|
+
"value": "@entity.hp"
|
|
483
481
|
},
|
|
484
482
|
{
|
|
485
483
|
"label": "Attack",
|
|
486
484
|
"value": "@entity.attack"
|
|
487
485
|
},
|
|
488
486
|
{
|
|
489
|
-
"
|
|
490
|
-
"
|
|
487
|
+
"label": "Defense",
|
|
488
|
+
"value": "@entity.defense"
|
|
491
489
|
}
|
|
492
|
-
]
|
|
490
|
+
],
|
|
491
|
+
"position": "top",
|
|
492
|
+
"type": "game-hud"
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
|
+
"type": "button",
|
|
495
496
|
"icon": "swords",
|
|
496
|
-
"
|
|
497
|
+
"action": "ATTACK",
|
|
497
498
|
"label": "Attack",
|
|
498
|
-
"
|
|
499
|
-
"action": "ATTACK"
|
|
499
|
+
"variant": "primary"
|
|
500
500
|
}
|
|
501
501
|
]
|
|
502
502
|
}
|
|
@@ -213,13 +213,13 @@
|
|
|
213
213
|
"render-ui",
|
|
214
214
|
"main",
|
|
215
215
|
{
|
|
216
|
-
"
|
|
216
|
+
"typewriterSpeed": 30.0,
|
|
217
217
|
"type": "dialogue-box",
|
|
218
|
+
"position": "bottom",
|
|
218
219
|
"dialogue": {
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
}
|
|
222
|
-
"typewriterSpeed": 30.0
|
|
220
|
+
"speaker": "@entity.speaker",
|
|
221
|
+
"text": "@entity.text"
|
|
222
|
+
}
|
|
223
223
|
}
|
|
224
224
|
]
|
|
225
225
|
]
|
|
@@ -243,13 +243,13 @@
|
|
|
243
243
|
"render-ui",
|
|
244
244
|
"main",
|
|
245
245
|
{
|
|
246
|
+
"type": "dialogue-box",
|
|
247
|
+
"typewriterSpeed": 30.0,
|
|
246
248
|
"dialogue": {
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
+
"speaker": "@entity.speaker",
|
|
250
|
+
"text": "@entity.text"
|
|
249
251
|
},
|
|
250
|
-
"position": "bottom"
|
|
251
|
-
"typewriterSpeed": 30.0,
|
|
252
|
-
"type": "dialogue-box"
|
|
252
|
+
"position": "bottom"
|
|
253
253
|
}
|
|
254
254
|
]
|
|
255
255
|
]
|
|
@@ -263,13 +263,13 @@
|
|
|
263
263
|
"render-ui",
|
|
264
264
|
"main",
|
|
265
265
|
{
|
|
266
|
+
"position": "bottom",
|
|
266
267
|
"typewriterSpeed": 30.0,
|
|
268
|
+
"type": "dialogue-box",
|
|
267
269
|
"dialogue": {
|
|
268
270
|
"speaker": "@entity.speaker",
|
|
269
271
|
"text": "@entity.text"
|
|
270
|
-
}
|
|
271
|
-
"type": "dialogue-box",
|
|
272
|
-
"position": "bottom"
|
|
272
|
+
}
|
|
273
273
|
}
|
|
274
274
|
]
|
|
275
275
|
]
|
|
@@ -283,21 +283,21 @@
|
|
|
283
283
|
"render-ui",
|
|
284
284
|
"main",
|
|
285
285
|
{
|
|
286
|
-
"align": "center",
|
|
287
286
|
"children": [
|
|
288
287
|
{
|
|
289
|
-
"type": "typography",
|
|
290
288
|
"content": "Dialogue complete",
|
|
291
|
-
"variant": "caption"
|
|
289
|
+
"variant": "caption",
|
|
290
|
+
"type": "typography"
|
|
292
291
|
},
|
|
293
292
|
{
|
|
293
|
+
"action": "START_DIALOGUE",
|
|
294
|
+
"variant": "primary",
|
|
294
295
|
"icon": "message-circle",
|
|
295
296
|
"label": "New Dialogue",
|
|
296
|
-
"type": "button"
|
|
297
|
-
"action": "START_DIALOGUE",
|
|
298
|
-
"variant": "primary"
|
|
297
|
+
"type": "button"
|
|
299
298
|
}
|
|
300
299
|
],
|
|
300
|
+
"align": "center",
|
|
301
301
|
"type": "stack",
|
|
302
302
|
"direction": "vertical",
|
|
303
303
|
"gap": "md"
|
|
@@ -315,8 +315,8 @@
|
|
|
315
315
|
"DialogueNode",
|
|
316
316
|
{
|
|
317
317
|
"emit": {
|
|
318
|
-
"
|
|
319
|
-
"
|
|
318
|
+
"success": "DialogueNodeLoaded",
|
|
319
|
+
"failure": "DialogueNodeLoadFailed"
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
],
|
|
@@ -325,12 +325,12 @@
|
|
|
325
325
|
"main",
|
|
326
326
|
{
|
|
327
327
|
"dialogue": {
|
|
328
|
-
"
|
|
329
|
-
"
|
|
328
|
+
"text": "@entity.text",
|
|
329
|
+
"speaker": "@entity.speaker"
|
|
330
330
|
},
|
|
331
|
-
"
|
|
331
|
+
"typewriterSpeed": 30.0,
|
|
332
332
|
"type": "dialogue-box",
|
|
333
|
-
"
|
|
333
|
+
"position": "bottom"
|
|
334
334
|
}
|
|
335
335
|
]
|
|
336
336
|
]
|
|
@@ -166,45 +166,45 @@
|
|
|
166
166
|
"render-ui",
|
|
167
167
|
"main",
|
|
168
168
|
{
|
|
169
|
-
"type": "stack",
|
|
170
|
-
"gap": "md",
|
|
171
169
|
"direction": "vertical",
|
|
170
|
+
"gap": "md",
|
|
171
|
+
"type": "stack",
|
|
172
172
|
"children": [
|
|
173
173
|
{
|
|
174
|
-
"
|
|
174
|
+
"gap": "sm",
|
|
175
175
|
"type": "stack",
|
|
176
|
+
"direction": "horizontal",
|
|
176
177
|
"align": "center",
|
|
177
178
|
"children": [
|
|
178
179
|
{
|
|
179
|
-
"
|
|
180
|
-
"
|
|
180
|
+
"name": "monitor",
|
|
181
|
+
"type": "icon"
|
|
181
182
|
},
|
|
182
183
|
{
|
|
183
|
-
"type": "typography",
|
|
184
184
|
"content": "GameCanvas2d Canvas",
|
|
185
|
-
"variant": "h3"
|
|
185
|
+
"variant": "h3",
|
|
186
|
+
"type": "typography"
|
|
186
187
|
}
|
|
187
|
-
]
|
|
188
|
-
"gap": "sm"
|
|
188
|
+
]
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
|
-
"type": "typography",
|
|
192
191
|
"content": "800x600 @ 60fps",
|
|
193
|
-
"
|
|
194
|
-
"variant": "caption"
|
|
192
|
+
"type": "typography",
|
|
193
|
+
"variant": "caption",
|
|
194
|
+
"color": "muted"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"fps": 60.0,
|
|
198
|
-
"type": "game-canvas-2d",
|
|
199
197
|
"width": 800.0,
|
|
200
|
-
"
|
|
198
|
+
"fps": 60.0,
|
|
199
|
+
"height": 600.0,
|
|
200
|
+
"type": "game-canvas-2d"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"type": "button",
|
|
204
|
-
"
|
|
204
|
+
"label": "Start",
|
|
205
205
|
"variant": "primary",
|
|
206
206
|
"icon": "play",
|
|
207
|
-
"
|
|
207
|
+
"action": "START"
|
|
208
208
|
}
|
|
209
209
|
]
|
|
210
210
|
}
|
|
@@ -222,39 +222,39 @@
|
|
|
222
222
|
{
|
|
223
223
|
"direction": "vertical",
|
|
224
224
|
"gap": "md",
|
|
225
|
-
"type": "stack",
|
|
226
225
|
"children": [
|
|
227
226
|
{
|
|
228
|
-
"gap": "sm",
|
|
229
|
-
"align": "center",
|
|
230
|
-
"type": "stack",
|
|
231
227
|
"children": [
|
|
232
228
|
{
|
|
233
|
-
"
|
|
234
|
-
"
|
|
229
|
+
"name": "monitor",
|
|
230
|
+
"type": "icon"
|
|
235
231
|
},
|
|
236
232
|
{
|
|
237
|
-
"content": "GameCanvas2d Canvas",
|
|
238
233
|
"variant": "h3",
|
|
234
|
+
"content": "GameCanvas2d Canvas",
|
|
239
235
|
"type": "typography"
|
|
240
236
|
}
|
|
241
237
|
],
|
|
242
|
-
"direction": "horizontal"
|
|
238
|
+
"direction": "horizontal",
|
|
239
|
+
"gap": "sm",
|
|
240
|
+
"type": "stack",
|
|
241
|
+
"align": "center"
|
|
243
242
|
},
|
|
244
243
|
{
|
|
244
|
+
"type": "game-canvas-2d",
|
|
245
245
|
"width": 800.0,
|
|
246
246
|
"height": 600.0,
|
|
247
|
-
"fps": 60.0
|
|
248
|
-
"type": "game-canvas-2d"
|
|
247
|
+
"fps": 60.0
|
|
249
248
|
},
|
|
250
249
|
{
|
|
251
|
-
"
|
|
250
|
+
"label": "Stop",
|
|
252
251
|
"type": "button",
|
|
253
252
|
"action": "STOP",
|
|
254
|
-
"
|
|
255
|
-
"
|
|
253
|
+
"variant": "ghost",
|
|
254
|
+
"icon": "square"
|
|
256
255
|
}
|
|
257
|
-
]
|
|
256
|
+
],
|
|
257
|
+
"type": "stack"
|
|
258
258
|
}
|
|
259
259
|
]
|
|
260
260
|
]
|
|
@@ -273,47 +273,47 @@
|
|
|
273
273
|
"render-ui",
|
|
274
274
|
"main",
|
|
275
275
|
{
|
|
276
|
-
"direction": "vertical",
|
|
277
|
-
"gap": "md",
|
|
278
276
|
"children": [
|
|
279
277
|
{
|
|
278
|
+
"align": "center",
|
|
279
|
+
"type": "stack",
|
|
280
|
+
"direction": "horizontal",
|
|
280
281
|
"children": [
|
|
281
282
|
{
|
|
282
283
|
"type": "icon",
|
|
283
284
|
"name": "monitor"
|
|
284
285
|
},
|
|
285
286
|
{
|
|
287
|
+
"variant": "h3",
|
|
286
288
|
"type": "typography",
|
|
287
|
-
"content": "GameCanvas2d Canvas"
|
|
288
|
-
"variant": "h3"
|
|
289
|
+
"content": "GameCanvas2d Canvas"
|
|
289
290
|
}
|
|
290
291
|
],
|
|
291
|
-
"gap": "sm"
|
|
292
|
-
"type": "stack",
|
|
293
|
-
"align": "center",
|
|
294
|
-
"direction": "horizontal"
|
|
292
|
+
"gap": "sm"
|
|
295
293
|
},
|
|
296
294
|
{
|
|
297
295
|
"content": "800x600 @ 60fps",
|
|
298
296
|
"type": "typography",
|
|
299
|
-
"
|
|
300
|
-
"
|
|
297
|
+
"color": "muted",
|
|
298
|
+
"variant": "caption"
|
|
301
299
|
},
|
|
302
300
|
{
|
|
303
|
-
"
|
|
301
|
+
"type": "game-canvas-2d",
|
|
304
302
|
"fps": 60.0,
|
|
305
303
|
"width": 800.0,
|
|
306
|
-
"
|
|
304
|
+
"height": 600.0
|
|
307
305
|
},
|
|
308
306
|
{
|
|
309
|
-
"action": "START",
|
|
310
|
-
"label": "Start",
|
|
311
|
-
"type": "button",
|
|
312
307
|
"variant": "primary",
|
|
313
|
-
"
|
|
308
|
+
"type": "button",
|
|
309
|
+
"action": "START",
|
|
310
|
+
"icon": "play",
|
|
311
|
+
"label": "Start"
|
|
314
312
|
}
|
|
315
313
|
],
|
|
316
|
-
"
|
|
314
|
+
"gap": "md",
|
|
315
|
+
"type": "stack",
|
|
316
|
+
"direction": "vertical"
|
|
317
317
|
}
|
|
318
318
|
]
|
|
319
319
|
]
|