@almadar/std 3.2.1 → 3.2.3
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/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +44 -44
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +1186 -376
- package/behaviors/exports/atoms/std-drawer.orb +307 -101
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +149 -170
- package/behaviors/exports/atoms/std-modal.orb +159 -94
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +117 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +44 -115
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-rating.orb +328 -0
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +252 -11
- package/behaviors/exports/atoms/std-search.orb +62 -47
- package/behaviors/exports/atoms/std-selection.orb +180 -149
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +192 -60
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/behaviors/exports/atoms/std-theme.orb +573 -0
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-upload.orb +535 -0
- package/behaviors/exports/atoms/std-wizard.orb +677 -240
- package/behaviors/exports/molecules/std-builder-game.orb +49 -4
- package/behaviors/exports/molecules/std-cart.orb +325 -102
- package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
- package/behaviors/exports/molecules/std-detail.orb +52 -48
- package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/behaviors/exports/molecules/std-geospatial.orb +70 -51
- package/behaviors/exports/molecules/std-inventory.orb +92 -53
- package/behaviors/exports/molecules/std-list.orb +416 -52
- package/behaviors/exports/molecules/std-messaging.orb +41 -49
- package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
- package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
- package/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
- package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
- package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/behaviors/exports/organisms/std-cms.orb +1150 -277
- package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
- package/behaviors/exports/organisms/std-crm.orb +2357 -821
- package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
- package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
- package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
- package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
- package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
- package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/behaviors/exports/organisms/std-lms.orb +2548 -1192
- package/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
- package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
- package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
- package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
- package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
- package/behaviors/exports/organisms/std-social-feed.orb +184 -168
- package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
- package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
- package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/behaviors/exports/validation-report.json +3 -750
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
- package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
- package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +252 -11
- package/dist/behaviors/exports/atoms/std-search.orb +62 -47
- package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
- package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
- package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
- package/dist/behaviors/exports/molecules/std-list.orb +416 -52
- package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
- package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
- package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
- package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
- package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
- package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
- package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
- package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/dist/behaviors/exports/validation-report.json +3 -750
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.d.ts +270 -1
- package/dist/behaviors/functions/index.js +3811 -1333
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3811 -1333
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +44 -44
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-calendar.orb +770 -0
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +1186 -376
- package/dist/exports/atoms/std-drawer.orb +307 -101
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-flip-card.orb +596 -0
- package/dist/exports/atoms/std-gallery.orb +382 -0
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +149 -170
- package/dist/exports/atoms/std-modal.orb +159 -94
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +117 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +44 -115
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-rating.orb +328 -0
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +252 -11
- package/dist/exports/atoms/std-search.orb +62 -47
- package/dist/exports/atoms/std-selection.orb +180 -149
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +192 -60
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-text-effects.orb +658 -0
- package/dist/exports/atoms/std-theme.orb +573 -0
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-upload.orb +535 -0
- package/dist/exports/atoms/std-wizard.orb +677 -240
- package/dist/exports/molecules/std-builder-game.orb +49 -4
- package/dist/exports/molecules/std-cart.orb +325 -102
- package/dist/exports/molecules/std-classifier-game.orb +49 -4
- package/dist/exports/molecules/std-debugger-game.orb +49 -4
- package/dist/exports/molecules/std-detail.orb +52 -48
- package/dist/exports/molecules/std-event-handler-game.orb +49 -4
- package/dist/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/exports/molecules/std-geospatial.orb +70 -51
- package/dist/exports/molecules/std-inventory.orb +92 -53
- package/dist/exports/molecules/std-list.orb +416 -52
- package/dist/exports/molecules/std-messaging.orb +41 -49
- package/dist/exports/molecules/std-negotiator-game.orb +49 -4
- package/dist/exports/molecules/std-platformer-game.orb +58 -3
- package/dist/exports/molecules/std-puzzle-game.orb +58 -7
- package/dist/exports/molecules/std-quiz.orb +1045 -0
- package/dist/exports/molecules/std-sequencer-game.orb +49 -4
- package/dist/exports/molecules/std-simulator-game.orb +49 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
- package/dist/exports/organisms/std-api-gateway.orb +2615 -867
- package/dist/exports/organisms/std-arcade-game.orb +399 -197
- package/dist/exports/organisms/std-booking-system.orb +3154 -1305
- package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/dist/exports/organisms/std-cms.orb +1150 -277
- package/dist/exports/organisms/std-coding-academy.orb +1222 -533
- package/dist/exports/organisms/std-crm.orb +2357 -821
- package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
- package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
- package/dist/exports/organisms/std-healthcare.orb +3593 -1478
- package/dist/exports/organisms/std-helpdesk.orb +1870 -738
- package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
- package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/dist/exports/organisms/std-lms.orb +2548 -1192
- package/dist/exports/organisms/std-logic-training.orb +220 -66
- package/dist/exports/organisms/std-platformer-app.orb +373 -194
- package/dist/exports/organisms/std-project-manager.orb +2347 -806
- package/dist/exports/organisms/std-puzzle-app.orb +240 -95
- package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
- package/dist/exports/organisms/std-rpg-game.orb +1303 -740
- package/dist/exports/organisms/std-social-feed.orb +184 -168
- package/dist/exports/organisms/std-stem-lab.orb +1223 -512
- package/dist/exports/organisms/std-strategy-game.orb +1412 -731
- package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/dist/exports/validation-report.json +3 -750
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3808 -1330
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -104,14 +104,21 @@
|
|
|
104
104
|
"render-ui",
|
|
105
105
|
"main",
|
|
106
106
|
{
|
|
107
|
-
"type": "game-
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
107
|
+
"type": "game-shell",
|
|
108
|
+
"appName": "Arcade Game",
|
|
109
|
+
"showTopBar": true,
|
|
110
|
+
"children": [
|
|
111
111
|
{
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
112
|
+
"type": "game-menu",
|
|
113
|
+
"title": "Arcade",
|
|
114
|
+
"subtitle": "Main Menu",
|
|
115
|
+
"menuItems": [
|
|
116
|
+
{
|
|
117
|
+
"label": "Start Game",
|
|
118
|
+
"event": "START",
|
|
119
|
+
"variant": "primary"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
115
122
|
}
|
|
116
123
|
]
|
|
117
124
|
}
|
|
@@ -127,15 +134,36 @@
|
|
|
127
134
|
"render-ui",
|
|
128
135
|
"main",
|
|
129
136
|
{
|
|
130
|
-
"type": "game-
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"value": "@entity.score"
|
|
135
|
-
},
|
|
137
|
+
"type": "game-shell",
|
|
138
|
+
"appName": "Arcade Game",
|
|
139
|
+
"showTopBar": true,
|
|
140
|
+
"children": [
|
|
136
141
|
{
|
|
137
|
-
"
|
|
138
|
-
"
|
|
142
|
+
"type": "game-hud",
|
|
143
|
+
"stats": [
|
|
144
|
+
{
|
|
145
|
+
"label": "Score",
|
|
146
|
+
"value": [
|
|
147
|
+
"object/get",
|
|
148
|
+
[
|
|
149
|
+
"array/first",
|
|
150
|
+
"@entity"
|
|
151
|
+
],
|
|
152
|
+
"score"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"label": "Level",
|
|
157
|
+
"value": [
|
|
158
|
+
"object/get",
|
|
159
|
+
[
|
|
160
|
+
"array/first",
|
|
161
|
+
"@entity"
|
|
162
|
+
],
|
|
163
|
+
"level"
|
|
164
|
+
]
|
|
165
|
+
}
|
|
166
|
+
]
|
|
139
167
|
}
|
|
140
168
|
]
|
|
141
169
|
}
|
|
@@ -190,6 +218,44 @@
|
|
|
190
218
|
"render-ui",
|
|
191
219
|
"modal",
|
|
192
220
|
null
|
|
221
|
+
],
|
|
222
|
+
[
|
|
223
|
+
"render-ui",
|
|
224
|
+
"main",
|
|
225
|
+
{
|
|
226
|
+
"type": "game-shell",
|
|
227
|
+
"appName": "Arcade Game",
|
|
228
|
+
"showTopBar": true,
|
|
229
|
+
"children": [
|
|
230
|
+
{
|
|
231
|
+
"type": "game-hud",
|
|
232
|
+
"stats": [
|
|
233
|
+
{
|
|
234
|
+
"label": "Score",
|
|
235
|
+
"value": [
|
|
236
|
+
"object/get",
|
|
237
|
+
[
|
|
238
|
+
"array/first",
|
|
239
|
+
"@entity"
|
|
240
|
+
],
|
|
241
|
+
"score"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"label": "Level",
|
|
246
|
+
"value": [
|
|
247
|
+
"object/get",
|
|
248
|
+
[
|
|
249
|
+
"array/first",
|
|
250
|
+
"@entity"
|
|
251
|
+
],
|
|
252
|
+
"level"
|
|
253
|
+
]
|
|
254
|
+
}
|
|
255
|
+
]
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
193
259
|
]
|
|
194
260
|
]
|
|
195
261
|
},
|
|
@@ -202,6 +268,44 @@
|
|
|
202
268
|
"render-ui",
|
|
203
269
|
"modal",
|
|
204
270
|
null
|
|
271
|
+
],
|
|
272
|
+
[
|
|
273
|
+
"render-ui",
|
|
274
|
+
"main",
|
|
275
|
+
{
|
|
276
|
+
"type": "game-shell",
|
|
277
|
+
"appName": "Arcade Game",
|
|
278
|
+
"showTopBar": true,
|
|
279
|
+
"children": [
|
|
280
|
+
{
|
|
281
|
+
"type": "game-hud",
|
|
282
|
+
"stats": [
|
|
283
|
+
{
|
|
284
|
+
"label": "Score",
|
|
285
|
+
"value": [
|
|
286
|
+
"object/get",
|
|
287
|
+
[
|
|
288
|
+
"array/first",
|
|
289
|
+
"@entity"
|
|
290
|
+
],
|
|
291
|
+
"score"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"label": "Level",
|
|
296
|
+
"value": [
|
|
297
|
+
"object/get",
|
|
298
|
+
[
|
|
299
|
+
"array/first",
|
|
300
|
+
"@entity"
|
|
301
|
+
],
|
|
302
|
+
"level"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
]
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
}
|
|
205
309
|
]
|
|
206
310
|
]
|
|
207
311
|
},
|
|
@@ -214,28 +318,49 @@
|
|
|
214
318
|
"render-ui",
|
|
215
319
|
"main",
|
|
216
320
|
{
|
|
217
|
-
"type": "game-
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
|
|
221
|
-
"label": "Score",
|
|
222
|
-
"value": "@entity.score"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"label": "Level",
|
|
226
|
-
"value": "@entity.level"
|
|
227
|
-
}
|
|
228
|
-
],
|
|
229
|
-
"menuItems": [
|
|
230
|
-
{
|
|
231
|
-
"label": "Play Again",
|
|
232
|
-
"event": "RESTART",
|
|
233
|
-
"variant": "primary"
|
|
234
|
-
},
|
|
321
|
+
"type": "game-shell",
|
|
322
|
+
"appName": "Arcade Game",
|
|
323
|
+
"showTopBar": true,
|
|
324
|
+
"children": [
|
|
235
325
|
{
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
326
|
+
"type": "game-over-screen",
|
|
327
|
+
"title": "Game Over",
|
|
328
|
+
"stats": [
|
|
329
|
+
{
|
|
330
|
+
"label": "Score",
|
|
331
|
+
"value": [
|
|
332
|
+
"object/get",
|
|
333
|
+
[
|
|
334
|
+
"array/first",
|
|
335
|
+
"@entity"
|
|
336
|
+
],
|
|
337
|
+
"score"
|
|
338
|
+
]
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"label": "Level",
|
|
342
|
+
"value": [
|
|
343
|
+
"object/get",
|
|
344
|
+
[
|
|
345
|
+
"array/first",
|
|
346
|
+
"@entity"
|
|
347
|
+
],
|
|
348
|
+
"level"
|
|
349
|
+
]
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"menuItems": [
|
|
353
|
+
{
|
|
354
|
+
"label": "Play Again",
|
|
355
|
+
"event": "RESTART",
|
|
356
|
+
"variant": "primary"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"label": "Main Menu",
|
|
360
|
+
"event": "RESTART",
|
|
361
|
+
"variant": "secondary"
|
|
362
|
+
}
|
|
363
|
+
]
|
|
239
364
|
}
|
|
240
365
|
]
|
|
241
366
|
}
|
|
@@ -251,14 +376,21 @@
|
|
|
251
376
|
"render-ui",
|
|
252
377
|
"main",
|
|
253
378
|
{
|
|
254
|
-
"type": "game-
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
379
|
+
"type": "game-shell",
|
|
380
|
+
"appName": "Arcade Game",
|
|
381
|
+
"showTopBar": true,
|
|
382
|
+
"children": [
|
|
258
383
|
{
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
384
|
+
"type": "game-menu",
|
|
385
|
+
"title": "Arcade",
|
|
386
|
+
"subtitle": "Main Menu",
|
|
387
|
+
"menuItems": [
|
|
388
|
+
{
|
|
389
|
+
"label": "Start Game",
|
|
390
|
+
"event": "START",
|
|
391
|
+
"variant": "primary"
|
|
392
|
+
}
|
|
393
|
+
]
|
|
262
394
|
}
|
|
263
395
|
]
|
|
264
396
|
}
|
|
@@ -279,14 +411,21 @@
|
|
|
279
411
|
"render-ui",
|
|
280
412
|
"main",
|
|
281
413
|
{
|
|
282
|
-
"type": "game-
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
414
|
+
"type": "game-shell",
|
|
415
|
+
"appName": "Arcade Game",
|
|
416
|
+
"showTopBar": true,
|
|
417
|
+
"children": [
|
|
286
418
|
{
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
419
|
+
"type": "game-menu",
|
|
420
|
+
"title": "Arcade",
|
|
421
|
+
"subtitle": "Main Menu",
|
|
422
|
+
"menuItems": [
|
|
423
|
+
{
|
|
424
|
+
"label": "Start Game",
|
|
425
|
+
"event": "START",
|
|
426
|
+
"variant": "primary"
|
|
427
|
+
}
|
|
428
|
+
]
|
|
290
429
|
}
|
|
291
430
|
]
|
|
292
431
|
}
|
|
@@ -390,46 +529,53 @@
|
|
|
390
529
|
"render-ui",
|
|
391
530
|
"main",
|
|
392
531
|
{
|
|
393
|
-
"type": "
|
|
394
|
-
"
|
|
395
|
-
"
|
|
532
|
+
"type": "game-shell",
|
|
533
|
+
"appName": "Arcade Game",
|
|
534
|
+
"showTopBar": true,
|
|
396
535
|
"children": [
|
|
397
536
|
{
|
|
398
537
|
"type": "stack",
|
|
399
|
-
"direction": "
|
|
400
|
-
"gap": "
|
|
401
|
-
"align": "center",
|
|
538
|
+
"direction": "vertical",
|
|
539
|
+
"gap": "md",
|
|
402
540
|
"children": [
|
|
403
541
|
{
|
|
404
|
-
"type": "
|
|
405
|
-
"
|
|
406
|
-
"
|
|
542
|
+
"type": "stack",
|
|
543
|
+
"direction": "horizontal",
|
|
544
|
+
"gap": "sm",
|
|
545
|
+
"align": "center",
|
|
546
|
+
"children": [
|
|
547
|
+
{
|
|
548
|
+
"type": "icon",
|
|
549
|
+
"name": "monitor",
|
|
550
|
+
"size": "md"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"type": "typography",
|
|
554
|
+
"content": "ArcadeCanvas Canvas",
|
|
555
|
+
"variant": "h3"
|
|
556
|
+
}
|
|
557
|
+
]
|
|
407
558
|
},
|
|
408
559
|
{
|
|
409
560
|
"type": "typography",
|
|
410
|
-
"content": "
|
|
411
|
-
"variant": "
|
|
561
|
+
"content": "800x600 @ 60fps",
|
|
562
|
+
"variant": "caption",
|
|
563
|
+
"color": "muted"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"type": "game-canvas2-d",
|
|
567
|
+
"width": 800,
|
|
568
|
+
"height": 600,
|
|
569
|
+
"fps": 60
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "button",
|
|
573
|
+
"label": "Start",
|
|
574
|
+
"event": "START",
|
|
575
|
+
"variant": "primary",
|
|
576
|
+
"icon": "play"
|
|
412
577
|
}
|
|
413
578
|
]
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"type": "typography",
|
|
417
|
-
"content": "800x600 @ 60fps",
|
|
418
|
-
"variant": "caption",
|
|
419
|
-
"color": "muted"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"type": "game-canvas2-d",
|
|
423
|
-
"width": 800,
|
|
424
|
-
"height": 600,
|
|
425
|
-
"fps": 60
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"type": "button",
|
|
429
|
-
"label": "Start",
|
|
430
|
-
"event": "START",
|
|
431
|
-
"variant": "primary",
|
|
432
|
-
"icon": "play"
|
|
433
579
|
}
|
|
434
580
|
]
|
|
435
581
|
}
|
|
@@ -445,40 +591,47 @@
|
|
|
445
591
|
"render-ui",
|
|
446
592
|
"main",
|
|
447
593
|
{
|
|
448
|
-
"type": "
|
|
449
|
-
"
|
|
450
|
-
"
|
|
594
|
+
"type": "game-shell",
|
|
595
|
+
"appName": "Arcade Game",
|
|
596
|
+
"showTopBar": true,
|
|
451
597
|
"children": [
|
|
452
598
|
{
|
|
453
599
|
"type": "stack",
|
|
454
|
-
"direction": "
|
|
455
|
-
"gap": "
|
|
456
|
-
"align": "center",
|
|
600
|
+
"direction": "vertical",
|
|
601
|
+
"gap": "md",
|
|
457
602
|
"children": [
|
|
458
603
|
{
|
|
459
|
-
"type": "
|
|
460
|
-
"
|
|
461
|
-
"
|
|
604
|
+
"type": "stack",
|
|
605
|
+
"direction": "horizontal",
|
|
606
|
+
"gap": "sm",
|
|
607
|
+
"align": "center",
|
|
608
|
+
"children": [
|
|
609
|
+
{
|
|
610
|
+
"type": "icon",
|
|
611
|
+
"name": "monitor",
|
|
612
|
+
"size": "md"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"type": "typography",
|
|
616
|
+
"content": "ArcadeCanvas Canvas",
|
|
617
|
+
"variant": "h3"
|
|
618
|
+
}
|
|
619
|
+
]
|
|
462
620
|
},
|
|
463
621
|
{
|
|
464
|
-
"type": "
|
|
465
|
-
"
|
|
466
|
-
"
|
|
622
|
+
"type": "game-canvas2-d",
|
|
623
|
+
"width": 800,
|
|
624
|
+
"height": 600,
|
|
625
|
+
"fps": 60
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"type": "button",
|
|
629
|
+
"label": "Stop",
|
|
630
|
+
"event": "STOP",
|
|
631
|
+
"variant": "ghost",
|
|
632
|
+
"icon": "square"
|
|
467
633
|
}
|
|
468
634
|
]
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"type": "game-canvas2-d",
|
|
472
|
-
"width": 800,
|
|
473
|
-
"height": 600,
|
|
474
|
-
"fps": 60
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"type": "button",
|
|
478
|
-
"label": "Stop",
|
|
479
|
-
"event": "STOP",
|
|
480
|
-
"variant": "ghost",
|
|
481
|
-
"icon": "square"
|
|
482
635
|
}
|
|
483
636
|
]
|
|
484
637
|
}
|
|
@@ -500,46 +653,53 @@
|
|
|
500
653
|
"render-ui",
|
|
501
654
|
"main",
|
|
502
655
|
{
|
|
503
|
-
"type": "
|
|
504
|
-
"
|
|
505
|
-
"
|
|
656
|
+
"type": "game-shell",
|
|
657
|
+
"appName": "Arcade Game",
|
|
658
|
+
"showTopBar": true,
|
|
506
659
|
"children": [
|
|
507
660
|
{
|
|
508
661
|
"type": "stack",
|
|
509
|
-
"direction": "
|
|
510
|
-
"gap": "
|
|
511
|
-
"align": "center",
|
|
662
|
+
"direction": "vertical",
|
|
663
|
+
"gap": "md",
|
|
512
664
|
"children": [
|
|
513
665
|
{
|
|
514
|
-
"type": "
|
|
515
|
-
"
|
|
516
|
-
"
|
|
666
|
+
"type": "stack",
|
|
667
|
+
"direction": "horizontal",
|
|
668
|
+
"gap": "sm",
|
|
669
|
+
"align": "center",
|
|
670
|
+
"children": [
|
|
671
|
+
{
|
|
672
|
+
"type": "icon",
|
|
673
|
+
"name": "monitor",
|
|
674
|
+
"size": "md"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"type": "typography",
|
|
678
|
+
"content": "ArcadeCanvas Canvas",
|
|
679
|
+
"variant": "h3"
|
|
680
|
+
}
|
|
681
|
+
]
|
|
517
682
|
},
|
|
518
683
|
{
|
|
519
684
|
"type": "typography",
|
|
520
|
-
"content": "
|
|
521
|
-
"variant": "
|
|
685
|
+
"content": "800x600 @ 60fps",
|
|
686
|
+
"variant": "caption",
|
|
687
|
+
"color": "muted"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"type": "game-canvas2-d",
|
|
691
|
+
"width": 800,
|
|
692
|
+
"height": 600,
|
|
693
|
+
"fps": 60
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"type": "button",
|
|
697
|
+
"label": "Start",
|
|
698
|
+
"event": "START",
|
|
699
|
+
"variant": "primary",
|
|
700
|
+
"icon": "play"
|
|
522
701
|
}
|
|
523
702
|
]
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"type": "typography",
|
|
527
|
-
"content": "800x600 @ 60fps",
|
|
528
|
-
"variant": "caption",
|
|
529
|
-
"color": "muted"
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"type": "game-canvas2-d",
|
|
533
|
-
"width": 800,
|
|
534
|
-
"height": 600,
|
|
535
|
-
"fps": 60
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"type": "button",
|
|
539
|
-
"label": "Start",
|
|
540
|
-
"event": "START",
|
|
541
|
-
"variant": "primary",
|
|
542
|
-
"icon": "play"
|
|
543
703
|
}
|
|
544
704
|
]
|
|
545
705
|
}
|
|
@@ -666,12 +826,19 @@
|
|
|
666
826
|
"render-ui",
|
|
667
827
|
"main",
|
|
668
828
|
{
|
|
669
|
-
"type": "
|
|
670
|
-
"
|
|
671
|
-
"
|
|
672
|
-
"
|
|
673
|
-
|
|
674
|
-
|
|
829
|
+
"type": "game-shell",
|
|
830
|
+
"appName": "Arcade Game",
|
|
831
|
+
"showTopBar": true,
|
|
832
|
+
"children": [
|
|
833
|
+
{
|
|
834
|
+
"type": "score-board",
|
|
835
|
+
"score": "@entity.score",
|
|
836
|
+
"highScore": "@entity.highScore",
|
|
837
|
+
"combo": "@entity.combo",
|
|
838
|
+
"multiplier": "@entity.multiplier",
|
|
839
|
+
"level": "@entity.level"
|
|
840
|
+
}
|
|
841
|
+
]
|
|
675
842
|
}
|
|
676
843
|
]
|
|
677
844
|
]
|
|
@@ -703,12 +870,19 @@
|
|
|
703
870
|
"render-ui",
|
|
704
871
|
"main",
|
|
705
872
|
{
|
|
706
|
-
"type": "
|
|
707
|
-
"
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
|
|
711
|
-
|
|
873
|
+
"type": "game-shell",
|
|
874
|
+
"appName": "Arcade Game",
|
|
875
|
+
"showTopBar": true,
|
|
876
|
+
"children": [
|
|
877
|
+
{
|
|
878
|
+
"type": "score-board",
|
|
879
|
+
"score": "@entity.score",
|
|
880
|
+
"highScore": "@entity.highScore",
|
|
881
|
+
"combo": "@entity.combo",
|
|
882
|
+
"multiplier": "@entity.multiplier",
|
|
883
|
+
"level": "@entity.level"
|
|
884
|
+
}
|
|
885
|
+
]
|
|
712
886
|
}
|
|
713
887
|
]
|
|
714
888
|
]
|
|
@@ -727,12 +901,19 @@
|
|
|
727
901
|
"render-ui",
|
|
728
902
|
"main",
|
|
729
903
|
{
|
|
730
|
-
"type": "
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
|
|
735
|
-
|
|
904
|
+
"type": "game-shell",
|
|
905
|
+
"appName": "Arcade Game",
|
|
906
|
+
"showTopBar": true,
|
|
907
|
+
"children": [
|
|
908
|
+
{
|
|
909
|
+
"type": "score-board",
|
|
910
|
+
"score": "@entity.score",
|
|
911
|
+
"highScore": "@entity.highScore",
|
|
912
|
+
"combo": "@entity.combo",
|
|
913
|
+
"multiplier": "@entity.multiplier",
|
|
914
|
+
"level": "@entity.level"
|
|
915
|
+
}
|
|
916
|
+
]
|
|
736
917
|
}
|
|
737
918
|
]
|
|
738
919
|
]
|
|
@@ -761,12 +942,19 @@
|
|
|
761
942
|
"render-ui",
|
|
762
943
|
"main",
|
|
763
944
|
{
|
|
764
|
-
"type": "
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
|
|
769
|
-
|
|
945
|
+
"type": "game-shell",
|
|
946
|
+
"appName": "Arcade Game",
|
|
947
|
+
"showTopBar": true,
|
|
948
|
+
"children": [
|
|
949
|
+
{
|
|
950
|
+
"type": "score-board",
|
|
951
|
+
"score": "@entity.score",
|
|
952
|
+
"highScore": "@entity.highScore",
|
|
953
|
+
"combo": "@entity.combo",
|
|
954
|
+
"multiplier": "@entity.multiplier",
|
|
955
|
+
"level": "@entity.level"
|
|
956
|
+
}
|
|
957
|
+
]
|
|
770
958
|
}
|
|
771
959
|
]
|
|
772
960
|
]
|
|
@@ -856,26 +1044,33 @@
|
|
|
856
1044
|
"render-ui",
|
|
857
1045
|
"main",
|
|
858
1046
|
{
|
|
859
|
-
"type": "game-
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
"
|
|
863
|
-
"stats": [
|
|
864
|
-
{
|
|
865
|
-
"label": "Score",
|
|
866
|
-
"value": "@entity.score"
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"label": "Lives",
|
|
870
|
-
"value": "@entity.lives"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"label": "Level",
|
|
874
|
-
"value": "@entity.level"
|
|
875
|
-
},
|
|
1047
|
+
"type": "game-shell",
|
|
1048
|
+
"appName": "Arcade Game",
|
|
1049
|
+
"showTopBar": true,
|
|
1050
|
+
"children": [
|
|
876
1051
|
{
|
|
877
|
-
"
|
|
878
|
-
"
|
|
1052
|
+
"type": "game-hud",
|
|
1053
|
+
"position": "top-left",
|
|
1054
|
+
"size": "md",
|
|
1055
|
+
"transparent": false,
|
|
1056
|
+
"stats": [
|
|
1057
|
+
{
|
|
1058
|
+
"label": "Score",
|
|
1059
|
+
"value": "@entity.score"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"label": "Lives",
|
|
1063
|
+
"value": "@entity.lives"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"label": "Level",
|
|
1067
|
+
"value": "@entity.level"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"label": "Timer",
|
|
1071
|
+
"value": "@entity.timer"
|
|
1072
|
+
}
|
|
1073
|
+
]
|
|
879
1074
|
}
|
|
880
1075
|
]
|
|
881
1076
|
}
|
|
@@ -895,26 +1090,33 @@
|
|
|
895
1090
|
"render-ui",
|
|
896
1091
|
"main",
|
|
897
1092
|
{
|
|
898
|
-
"type": "game-
|
|
899
|
-
"
|
|
900
|
-
"
|
|
901
|
-
"
|
|
902
|
-
"stats": [
|
|
903
|
-
{
|
|
904
|
-
"label": "Score",
|
|
905
|
-
"value": "@entity.score"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"label": "Lives",
|
|
909
|
-
"value": "@entity.lives"
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"label": "Level",
|
|
913
|
-
"value": "@entity.level"
|
|
914
|
-
},
|
|
1093
|
+
"type": "game-shell",
|
|
1094
|
+
"appName": "Arcade Game",
|
|
1095
|
+
"showTopBar": true,
|
|
1096
|
+
"children": [
|
|
915
1097
|
{
|
|
916
|
-
"
|
|
917
|
-
"
|
|
1098
|
+
"type": "game-hud",
|
|
1099
|
+
"position": "top-left",
|
|
1100
|
+
"size": "md",
|
|
1101
|
+
"transparent": false,
|
|
1102
|
+
"stats": [
|
|
1103
|
+
{
|
|
1104
|
+
"label": "Score",
|
|
1105
|
+
"value": "@entity.score"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"label": "Lives",
|
|
1109
|
+
"value": "@entity.lives"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"label": "Level",
|
|
1113
|
+
"value": "@entity.level"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"label": "Timer",
|
|
1117
|
+
"value": "@entity.timer"
|
|
1118
|
+
}
|
|
1119
|
+
]
|
|
918
1120
|
}
|
|
919
1121
|
]
|
|
920
1122
|
}
|