@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
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"event": "GameCanvas2dLoaded",
|
|
48
48
|
"description": "Fired when GameCanvas2d finishes loading",
|
|
49
49
|
"scope": "internal",
|
|
50
|
-
"
|
|
50
|
+
"payloadSchema": [
|
|
51
51
|
{
|
|
52
52
|
"name": "id",
|
|
53
53
|
"type": "string"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"event": "GameCanvas2dLoadFailed",
|
|
75
75
|
"description": "Fired when GameCanvas2d fails to load",
|
|
76
76
|
"scope": "internal",
|
|
77
|
-
"
|
|
77
|
+
"payloadSchema": [
|
|
78
78
|
{
|
|
79
79
|
"name": "message",
|
|
80
80
|
"type": "string"
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
{
|
|
113
113
|
"key": "GameCanvas2dLoaded",
|
|
114
114
|
"name": "GameCanvas2d loaded",
|
|
115
|
-
"
|
|
115
|
+
"payloadSchema": [
|
|
116
116
|
{
|
|
117
117
|
"name": "id",
|
|
118
118
|
"type": "string"
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
{
|
|
139
139
|
"key": "GameCanvas2dLoadFailed",
|
|
140
140
|
"name": "GameCanvas2d load failed",
|
|
141
|
-
"
|
|
141
|
+
"payloadSchema": [
|
|
142
142
|
{
|
|
143
143
|
"name": "message",
|
|
144
144
|
"type": "string"
|
|
@@ -166,15 +166,14 @@
|
|
|
166
166
|
"render-ui",
|
|
167
167
|
"main",
|
|
168
168
|
{
|
|
169
|
+
"type": "stack",
|
|
169
170
|
"direction": "vertical",
|
|
170
171
|
"gap": "md",
|
|
171
|
-
"type": "stack",
|
|
172
172
|
"children": [
|
|
173
173
|
{
|
|
174
|
+
"align": "center",
|
|
174
175
|
"gap": "sm",
|
|
175
176
|
"type": "stack",
|
|
176
|
-
"direction": "horizontal",
|
|
177
|
-
"align": "center",
|
|
178
177
|
"children": [
|
|
179
178
|
{
|
|
180
179
|
"name": "monitor",
|
|
@@ -185,26 +184,27 @@
|
|
|
185
184
|
"variant": "h3",
|
|
186
185
|
"type": "typography"
|
|
187
186
|
}
|
|
188
|
-
]
|
|
187
|
+
],
|
|
188
|
+
"direction": "horizontal"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"content": "800x600 @ 60fps",
|
|
192
|
-
"
|
|
192
|
+
"color": "muted",
|
|
193
193
|
"variant": "caption",
|
|
194
|
-
"
|
|
194
|
+
"type": "typography"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
|
-
"width": 800.0,
|
|
198
|
-
"fps": 60.0,
|
|
199
197
|
"height": 600.0,
|
|
200
|
-
"
|
|
198
|
+
"fps": 60.0,
|
|
199
|
+
"type": "game-canvas-2d",
|
|
200
|
+
"width": 800.0
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"type": "button",
|
|
204
|
-
"label": "Start",
|
|
205
|
-
"variant": "primary",
|
|
206
204
|
"icon": "play",
|
|
207
|
-
"action": "START"
|
|
205
|
+
"action": "START",
|
|
206
|
+
"variant": "primary",
|
|
207
|
+
"label": "Start"
|
|
208
208
|
}
|
|
209
209
|
]
|
|
210
210
|
}
|
|
@@ -220,10 +220,9 @@
|
|
|
220
220
|
"render-ui",
|
|
221
221
|
"main",
|
|
222
222
|
{
|
|
223
|
-
"direction": "vertical",
|
|
224
|
-
"gap": "md",
|
|
225
223
|
"children": [
|
|
226
224
|
{
|
|
225
|
+
"gap": "sm",
|
|
227
226
|
"children": [
|
|
228
227
|
{
|
|
229
228
|
"name": "monitor",
|
|
@@ -231,29 +230,30 @@
|
|
|
231
230
|
},
|
|
232
231
|
{
|
|
233
232
|
"variant": "h3",
|
|
234
|
-
"
|
|
235
|
-
"
|
|
233
|
+
"type": "typography",
|
|
234
|
+
"content": "GameCanvas2d Canvas"
|
|
236
235
|
}
|
|
237
236
|
],
|
|
237
|
+
"align": "center",
|
|
238
238
|
"direction": "horizontal",
|
|
239
|
-
"
|
|
240
|
-
"type": "stack",
|
|
241
|
-
"align": "center"
|
|
239
|
+
"type": "stack"
|
|
242
240
|
},
|
|
243
241
|
{
|
|
242
|
+
"fps": 60.0,
|
|
244
243
|
"type": "game-canvas-2d",
|
|
245
244
|
"width": 800.0,
|
|
246
|
-
"height": 600.0
|
|
247
|
-
"fps": 60.0
|
|
245
|
+
"height": 600.0
|
|
248
246
|
},
|
|
249
247
|
{
|
|
250
|
-
"label": "Stop",
|
|
251
|
-
"type": "button",
|
|
252
248
|
"action": "STOP",
|
|
249
|
+
"icon": "square",
|
|
253
250
|
"variant": "ghost",
|
|
254
|
-
"
|
|
251
|
+
"label": "Stop",
|
|
252
|
+
"type": "button"
|
|
255
253
|
}
|
|
256
254
|
],
|
|
255
|
+
"gap": "md",
|
|
256
|
+
"direction": "vertical",
|
|
257
257
|
"type": "stack"
|
|
258
258
|
}
|
|
259
259
|
]
|
|
@@ -273,47 +273,47 @@
|
|
|
273
273
|
"render-ui",
|
|
274
274
|
"main",
|
|
275
275
|
{
|
|
276
|
+
"gap": "md",
|
|
277
|
+
"type": "stack",
|
|
278
|
+
"direction": "vertical",
|
|
276
279
|
"children": [
|
|
277
280
|
{
|
|
278
|
-
"align": "center",
|
|
279
281
|
"type": "stack",
|
|
280
|
-
"
|
|
282
|
+
"gap": "sm",
|
|
283
|
+
"align": "center",
|
|
281
284
|
"children": [
|
|
282
285
|
{
|
|
283
|
-
"
|
|
284
|
-
"
|
|
286
|
+
"name": "monitor",
|
|
287
|
+
"type": "icon"
|
|
285
288
|
},
|
|
286
289
|
{
|
|
287
|
-
"
|
|
290
|
+
"content": "GameCanvas2d Canvas",
|
|
288
291
|
"type": "typography",
|
|
289
|
-
"
|
|
292
|
+
"variant": "h3"
|
|
290
293
|
}
|
|
291
294
|
],
|
|
292
|
-
"
|
|
295
|
+
"direction": "horizontal"
|
|
293
296
|
},
|
|
294
297
|
{
|
|
295
|
-
"content": "800x600 @ 60fps",
|
|
296
298
|
"type": "typography",
|
|
297
|
-
"
|
|
298
|
-
"variant": "caption"
|
|
299
|
+
"content": "800x600 @ 60fps",
|
|
300
|
+
"variant": "caption",
|
|
301
|
+
"color": "muted"
|
|
299
302
|
},
|
|
300
303
|
{
|
|
301
|
-
"type": "game-canvas-2d",
|
|
302
304
|
"fps": 60.0,
|
|
305
|
+
"type": "game-canvas-2d",
|
|
303
306
|
"width": 800.0,
|
|
304
307
|
"height": 600.0
|
|
305
308
|
},
|
|
306
309
|
{
|
|
307
|
-
"variant": "primary",
|
|
308
|
-
"type": "button",
|
|
309
310
|
"action": "START",
|
|
311
|
+
"label": "Start",
|
|
310
312
|
"icon": "play",
|
|
311
|
-
"
|
|
313
|
+
"variant": "primary",
|
|
314
|
+
"type": "button"
|
|
312
315
|
}
|
|
313
|
-
]
|
|
314
|
-
"gap": "md",
|
|
315
|
-
"type": "stack",
|
|
316
|
-
"direction": "vertical"
|
|
316
|
+
]
|
|
317
317
|
}
|
|
318
318
|
]
|
|
319
319
|
]
|
|
@@ -336,4 +336,4 @@
|
|
|
336
336
|
]
|
|
337
337
|
}
|
|
338
338
|
]
|
|
339
|
-
}
|
|
339
|
+
}
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"event": "GameSessionLoaded",
|
|
58
58
|
"description": "Fired when GameSession finishes loading",
|
|
59
59
|
"scope": "internal",
|
|
60
|
-
"
|
|
60
|
+
"payloadSchema": [
|
|
61
61
|
{
|
|
62
62
|
"name": "id",
|
|
63
63
|
"type": "string"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"event": "GameSessionLoadFailed",
|
|
93
93
|
"description": "Fired when GameSession fails to load",
|
|
94
94
|
"scope": "internal",
|
|
95
|
-
"
|
|
95
|
+
"payloadSchema": [
|
|
96
96
|
{
|
|
97
97
|
"name": "message",
|
|
98
98
|
"type": "string"
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
{
|
|
153
153
|
"key": "GameSessionLoaded",
|
|
154
154
|
"name": "GameSession loaded",
|
|
155
|
-
"
|
|
155
|
+
"payloadSchema": [
|
|
156
156
|
{
|
|
157
157
|
"name": "id",
|
|
158
158
|
"type": "string"
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
{
|
|
187
187
|
"key": "GameSessionLoadFailed",
|
|
188
188
|
"name": "GameSession load failed",
|
|
189
|
-
"
|
|
189
|
+
"payloadSchema": [
|
|
190
190
|
{
|
|
191
191
|
"name": "message",
|
|
192
192
|
"type": "string"
|
|
@@ -205,8 +205,8 @@
|
|
|
205
205
|
"GameSession",
|
|
206
206
|
{
|
|
207
207
|
"emit": {
|
|
208
|
-
"
|
|
209
|
-
"
|
|
208
|
+
"success": "GameSessionLoaded",
|
|
209
|
+
"failure": "GameSessionLoadFailed"
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
],
|
|
@@ -214,16 +214,16 @@
|
|
|
214
214
|
"render-ui",
|
|
215
215
|
"main",
|
|
216
216
|
{
|
|
217
|
-
"subtitle": "Main Menu",
|
|
218
|
-
"type": "game-menu",
|
|
219
217
|
"menuItems": [
|
|
220
218
|
{
|
|
219
|
+
"event": "START",
|
|
221
220
|
"label": "Start Game",
|
|
222
|
-
"variant": "primary"
|
|
223
|
-
"event": "START"
|
|
221
|
+
"variant": "primary"
|
|
224
222
|
}
|
|
225
223
|
],
|
|
226
|
-
"
|
|
224
|
+
"type": "game-menu",
|
|
225
|
+
"title": "GameSession",
|
|
226
|
+
"subtitle": "Main Menu"
|
|
227
227
|
}
|
|
228
228
|
]
|
|
229
229
|
]
|
|
@@ -240,8 +240,8 @@
|
|
|
240
240
|
"type": "game-hud",
|
|
241
241
|
"stats": [
|
|
242
242
|
{
|
|
243
|
-
"
|
|
244
|
-
"
|
|
243
|
+
"label": "Score",
|
|
244
|
+
"value": "@entity.score"
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"label": "Level",
|
|
@@ -266,20 +266,20 @@
|
|
|
266
266
|
"render-ui",
|
|
267
267
|
"modal",
|
|
268
268
|
{
|
|
269
|
-
"type": "game-menu",
|
|
270
|
-
"title": "Paused",
|
|
271
269
|
"menuItems": [
|
|
272
270
|
{
|
|
273
|
-
"
|
|
271
|
+
"event": "RESUME",
|
|
274
272
|
"variant": "primary",
|
|
275
|
-
"
|
|
273
|
+
"label": "Resume"
|
|
276
274
|
},
|
|
277
275
|
{
|
|
278
|
-
"event": "RESTART",
|
|
279
276
|
"variant": "ghost",
|
|
280
|
-
"label": "Quit"
|
|
277
|
+
"label": "Quit",
|
|
278
|
+
"event": "RESTART"
|
|
281
279
|
}
|
|
282
|
-
]
|
|
280
|
+
],
|
|
281
|
+
"type": "game-menu",
|
|
282
|
+
"title": "Paused"
|
|
283
283
|
}
|
|
284
284
|
]
|
|
285
285
|
]
|
|
@@ -293,30 +293,30 @@
|
|
|
293
293
|
"render-ui",
|
|
294
294
|
"main",
|
|
295
295
|
{
|
|
296
|
-
"title": "Game Over",
|
|
297
|
-
"stats": [
|
|
298
|
-
{
|
|
299
|
-
"label": "Score",
|
|
300
|
-
"value": "@entity.score"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"label": "Level",
|
|
304
|
-
"value": "@entity.level"
|
|
305
|
-
}
|
|
306
|
-
],
|
|
307
296
|
"type": "game-over-screen",
|
|
308
297
|
"menuItems": [
|
|
309
298
|
{
|
|
310
|
-
"variant": "primary",
|
|
311
299
|
"event": "RESTART",
|
|
300
|
+
"variant": "primary",
|
|
312
301
|
"label": "Play Again"
|
|
313
302
|
},
|
|
314
303
|
{
|
|
315
304
|
"label": "Main Menu",
|
|
316
|
-
"
|
|
317
|
-
"
|
|
305
|
+
"event": "RESTART",
|
|
306
|
+
"variant": "secondary"
|
|
318
307
|
}
|
|
319
|
-
]
|
|
308
|
+
],
|
|
309
|
+
"stats": [
|
|
310
|
+
{
|
|
311
|
+
"value": "@entity.score",
|
|
312
|
+
"label": "Score"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"label": "Level",
|
|
316
|
+
"value": "@entity.level"
|
|
317
|
+
}
|
|
318
|
+
],
|
|
319
|
+
"title": "Game Over"
|
|
320
320
|
}
|
|
321
321
|
]
|
|
322
322
|
]
|
|
@@ -376,8 +376,8 @@
|
|
|
376
376
|
"value": "@entity.score"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
|
-
"
|
|
380
|
-
"
|
|
379
|
+
"label": "Level",
|
|
380
|
+
"value": "@entity.level"
|
|
381
381
|
}
|
|
382
382
|
]
|
|
383
383
|
}
|
|
@@ -398,16 +398,16 @@
|
|
|
398
398
|
"render-ui",
|
|
399
399
|
"main",
|
|
400
400
|
{
|
|
401
|
+
"title": "GameSession",
|
|
402
|
+
"subtitle": "Main Menu",
|
|
403
|
+
"type": "game-menu",
|
|
401
404
|
"menuItems": [
|
|
402
405
|
{
|
|
403
|
-
"
|
|
406
|
+
"event": "START",
|
|
404
407
|
"variant": "primary",
|
|
405
|
-
"
|
|
408
|
+
"label": "Start Game"
|
|
406
409
|
}
|
|
407
|
-
]
|
|
408
|
-
"title": "GameSession",
|
|
409
|
-
"subtitle": "Main Menu",
|
|
410
|
-
"type": "game-menu"
|
|
410
|
+
]
|
|
411
411
|
}
|
|
412
412
|
]
|
|
413
413
|
]
|
|
@@ -421,16 +421,16 @@
|
|
|
421
421
|
"render-ui",
|
|
422
422
|
"main",
|
|
423
423
|
{
|
|
424
|
+
"title": "GameSession",
|
|
425
|
+
"subtitle": "Main Menu",
|
|
424
426
|
"type": "game-menu",
|
|
425
427
|
"menuItems": [
|
|
426
428
|
{
|
|
427
|
-
"
|
|
429
|
+
"event": "START",
|
|
428
430
|
"variant": "primary",
|
|
429
|
-
"
|
|
431
|
+
"label": "Start Game"
|
|
430
432
|
}
|
|
431
|
-
]
|
|
432
|
-
"subtitle": "Main Menu",
|
|
433
|
-
"title": "GameSession"
|
|
433
|
+
]
|
|
434
434
|
}
|
|
435
435
|
]
|
|
436
436
|
]
|
|
@@ -453,4 +453,4 @@
|
|
|
453
453
|
]
|
|
454
454
|
}
|
|
455
455
|
]
|
|
456
|
-
}
|
|
456
|
+
}
|