@almadar/std 3.2.3 → 3.3.4
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/LICENSE +72 -21
- package/README.md +1 -1
- package/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
- package/behaviors/exports/atoms/std-game-hud.orb +10 -10
- package/behaviors/exports/atoms/std-game-menu.orb +12 -12
- package/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
- package/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
- package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/behaviors/exports/atoms/std-selection.orb +32 -18
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
- package/behaviors/exports/atoms/std-service-email.orb +540 -0
- package/behaviors/exports/atoms/std-service-github.orb +586 -0
- package/behaviors/exports/atoms/std-service-llm.orb +671 -0
- package/behaviors/exports/atoms/std-service-oauth.orb +764 -0
- package/behaviors/exports/atoms/std-service-redis.orb +580 -0
- package/behaviors/exports/atoms/std-service-storage.orb +664 -0
- package/behaviors/exports/atoms/std-service-stripe.orb +639 -0
- package/behaviors/exports/atoms/std-service-twilio.orb +611 -0
- package/behaviors/exports/atoms/std-service-youtube.orb +696 -0
- package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
- package/behaviors/exports/molecules/std-quiz.orb +48 -24
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
- package/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
- package/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
- package/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/behaviors/exports/validation-report.json +2 -2
- package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
- package/dist/behaviors/exports/atoms/std-game-hud.orb +10 -10
- package/dist/behaviors/exports/atoms/std-game-menu.orb +12 -12
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/dist/behaviors/exports/atoms/std-selection.orb +32 -18
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
- package/dist/behaviors/exports/atoms/std-service-email.orb +540 -0
- package/dist/behaviors/exports/atoms/std-service-github.orb +586 -0
- package/dist/behaviors/exports/atoms/std-service-llm.orb +671 -0
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +764 -0
- package/dist/behaviors/exports/atoms/std-service-redis.orb +580 -0
- package/dist/behaviors/exports/atoms/std-service-storage.orb +664 -0
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +639 -0
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +611 -0
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +696 -0
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
- package/dist/behaviors/exports/molecules/std-quiz.orb +48 -24
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/dist/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/dist/behaviors/exports/validation-report.json +2 -2
- package/dist/behaviors/functions/index.d.ts +662 -1
- package/dist/behaviors/functions/index.js +7638 -2117
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +7638 -2117
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-combat-log.orb +12 -12
- package/dist/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/exports/atoms/std-game-audio.orb +9 -9
- package/dist/exports/atoms/std-game-canvas3d.orb +24 -24
- package/dist/exports/atoms/std-game-hud.orb +10 -10
- package/dist/exports/atoms/std-game-menu.orb +12 -12
- package/dist/exports/atoms/std-game-over-screen.orb +9 -9
- package/dist/exports/atoms/std-inventory-panel.orb +13 -13
- package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/exports/atoms/std-score-board.orb +9 -9
- package/dist/exports/atoms/std-selection.orb +32 -18
- package/dist/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/dist/exports/atoms/std-service-custom-header.orb +559 -0
- package/dist/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/dist/exports/atoms/std-service-custom-query.orb +559 -0
- package/dist/exports/atoms/std-service-email.orb +540 -0
- package/dist/exports/atoms/std-service-github.orb +586 -0
- package/dist/exports/atoms/std-service-llm.orb +671 -0
- package/dist/exports/atoms/std-service-oauth.orb +764 -0
- package/dist/exports/atoms/std-service-redis.orb +580 -0
- package/dist/exports/atoms/std-service-storage.orb +664 -0
- package/dist/exports/atoms/std-service-stripe.orb +639 -0
- package/dist/exports/atoms/std-service-twilio.orb +611 -0
- package/dist/exports/atoms/std-service-youtube.orb +696 -0
- package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/exports/atoms/std-sprite.orb +17 -17
- package/dist/exports/atoms/std-validate-on-save.orb +623 -0
- package/dist/exports/molecules/std-quiz.orb +48 -24
- package/dist/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/dist/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/dist/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/dist/exports/molecules/std-service-notification-hub.orb +696 -0
- package/dist/exports/molecules/std-service-payment-flow.orb +873 -0
- package/dist/exports/organisms/std-service-marketplace.orb +5191 -0
- package/dist/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/dist/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/dist/exports/validation-report.json +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +7887 -2216
- package/dist/index.js.map +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/contract.d.ts +22 -0
- package/dist/modules/contract.js +100 -0
- package/dist/modules/contract.js.map +1 -0
- package/dist/modules/data.d.ts +22 -0
- package/dist/modules/data.js +117 -0
- package/dist/modules/data.js.map +1 -0
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +23 -0
- package/dist/modules/graph.js +209 -0
- package/dist/modules/graph.js.map +1 -0
- package/dist/modules/index.d.ts +5 -1
- package/dist/modules/index.js +593 -63
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/nn.js +14 -14
- package/dist/modules/nn.js.map +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +19 -0
- package/dist/modules/os.js +116 -0
- package/dist/modules/os.js.map +1 -0
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/tensor.js +29 -29
- package/dist/modules/tensor.js.map +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/train.js +19 -19
- package/dist/modules/train.js.map +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +2 -2
- package/dist/registry.js +184 -65
- package/dist/registry.js.map +1 -1
- package/dist/{types-CmNM_IbV.d.ts → types-DOeGXRCm.d.ts} +3 -3
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,21 +1,72 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
Business Source License 1.1
|
|
2
|
+
|
|
3
|
+
Parameters
|
|
4
|
+
|
|
5
|
+
Licensor: Almadar FZE
|
|
6
|
+
Licensed Work: KFlow Builder / Almadar
|
|
7
|
+
The Licensed Work is (c) 2025-2026 Almadar FZE.
|
|
8
|
+
Additional Use Grant: You may make production use of the Licensed Work for
|
|
9
|
+
non-commercial purposes and for internal evaluation.
|
|
10
|
+
Production use for commercial purposes requires a
|
|
11
|
+
commercial license from the Licensor.
|
|
12
|
+
Change Date: 2030-02-01
|
|
13
|
+
Change License: Apache License, Version 2.0
|
|
14
|
+
|
|
15
|
+
Terms
|
|
16
|
+
|
|
17
|
+
The Licensor hereby grants you the right to copy, modify, create derivative
|
|
18
|
+
works, redistribute, and make non-production use of the Licensed Work. The
|
|
19
|
+
Licensor may make an Additional Use Grant, above, permitting limited
|
|
20
|
+
production use.
|
|
21
|
+
|
|
22
|
+
Effective on the Change Date, or the fourth anniversary of the first publicly
|
|
23
|
+
available distribution of a specific version of the Licensed Work under this
|
|
24
|
+
License, whichever comes first, the Licensor hereby grants you rights under
|
|
25
|
+
the terms of the Change License, and the rights granted in the paragraph
|
|
26
|
+
above terminate.
|
|
27
|
+
|
|
28
|
+
If your use of the Licensed Work does not comply with the requirements
|
|
29
|
+
currently in effect as described in this License, you must purchase a
|
|
30
|
+
commercial license from the Licensor, its affiliated entities, or authorized
|
|
31
|
+
resellers, or you must refrain from using the Licensed Work.
|
|
32
|
+
|
|
33
|
+
All copies of the original and modified Licensed Work, and derivative works
|
|
34
|
+
of the Licensed Work, are subject to this License. This License applies
|
|
35
|
+
separately for each version of the Licensed Work and the Change Date may vary
|
|
36
|
+
for each version of the Licensed Work released by Licensor.
|
|
37
|
+
|
|
38
|
+
You must conspicuously display this License on each original or modified copy
|
|
39
|
+
of the Licensed Work. If you receive the Licensed Work in original or
|
|
40
|
+
modified form from a third party, the terms and conditions set forth in this
|
|
41
|
+
License apply to your use of that work.
|
|
42
|
+
|
|
43
|
+
Any use of the Licensed Work in violation of this License will automatically
|
|
44
|
+
terminate your rights under this License for the current and all other
|
|
45
|
+
versions of the Licensed Work.
|
|
46
|
+
|
|
47
|
+
This License does not grant you any right in any trademark or logo of
|
|
48
|
+
Licensor or its affiliates (provided that you may use a trademark or logo of
|
|
49
|
+
Licensor as expressly required by this License).
|
|
50
|
+
|
|
51
|
+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
|
|
52
|
+
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
|
|
53
|
+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
|
54
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
|
55
|
+
TITLE.
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
|
|
60
|
+
"Business Source License" is a trademark of MariaDB Corporation Ab.
|
|
61
|
+
|
|
62
|
+
ADDITIONAL TERMS:
|
|
63
|
+
|
|
64
|
+
Documentation (builder/packages/website/docs/) is licensed under CC BY 4.0.
|
|
65
|
+
|
|
66
|
+
TRADEMARKS:
|
|
67
|
+
|
|
68
|
+
"Orbital", "KFlow", "Almadar", and the Almadar logo are trademarks of
|
|
69
|
+
Almadar FZE. You may not use these trademarks without prior written
|
|
70
|
+
permission from Almadar FZE.
|
|
71
|
+
|
|
72
|
+
For licensing inquiries: licensing@almadar.io
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CombatLogEntryOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "CombatLogEntryOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "CombatLogEntry",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "CombatLogEntryCombatLog",
|
|
41
|
+
"linkedEntity": "CombatLogEntry",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"effects": [
|
|
77
77
|
[
|
|
78
78
|
"fetch",
|
|
79
|
-
"
|
|
79
|
+
"CombatLogEntry"
|
|
80
80
|
],
|
|
81
81
|
[
|
|
82
82
|
"render-ui",
|
|
83
83
|
"main",
|
|
84
84
|
{
|
|
85
85
|
"type": "combat-log",
|
|
86
|
-
"events": "@
|
|
86
|
+
"events": "@CombatLogEntry",
|
|
87
87
|
"maxVisible": 10,
|
|
88
88
|
"autoScroll": true,
|
|
89
89
|
"showTimestamps": true,
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"main",
|
|
103
103
|
{
|
|
104
104
|
"type": "combat-log",
|
|
105
|
-
"events": "@
|
|
105
|
+
"events": "@CombatLogEntry",
|
|
106
106
|
"maxVisible": 10,
|
|
107
107
|
"autoScroll": true,
|
|
108
108
|
"showTimestamps": true,
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"main",
|
|
122
122
|
{
|
|
123
123
|
"type": "combat-log",
|
|
124
|
-
"events": "@
|
|
124
|
+
"events": "@CombatLogEntry",
|
|
125
125
|
"maxVisible": 10,
|
|
126
126
|
"autoScroll": true,
|
|
127
127
|
"showTimestamps": true,
|
|
@@ -136,11 +136,11 @@
|
|
|
136
136
|
],
|
|
137
137
|
"pages": [
|
|
138
138
|
{
|
|
139
|
-
"name": "
|
|
140
|
-
"path": "/
|
|
139
|
+
"name": "CombatLogEntryLogPage",
|
|
140
|
+
"path": "/combatlogentrys",
|
|
141
141
|
"traits": [
|
|
142
142
|
{
|
|
143
|
-
"ref": "
|
|
143
|
+
"ref": "CombatLogEntryCombatLog"
|
|
144
144
|
}
|
|
145
145
|
]
|
|
146
146
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "DialogueNodeOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "DialogueNodeOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "DialogueNode",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"traits": [
|
|
49
49
|
{
|
|
50
|
-
"name": "
|
|
51
|
-
"linkedEntity": "
|
|
50
|
+
"name": "DialogueNodeDialogue",
|
|
51
|
+
"linkedEntity": "DialogueNode",
|
|
52
52
|
"category": "interaction",
|
|
53
53
|
"stateMachine": {
|
|
54
54
|
"states": [
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"effects": [
|
|
98
98
|
[
|
|
99
99
|
"fetch",
|
|
100
|
-
"
|
|
100
|
+
"DialogueNode"
|
|
101
101
|
],
|
|
102
102
|
[
|
|
103
103
|
"set",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"effects": [
|
|
132
132
|
[
|
|
133
133
|
"fetch",
|
|
134
|
-
"
|
|
134
|
+
"DialogueNode"
|
|
135
135
|
],
|
|
136
136
|
[
|
|
137
137
|
"render-ui",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"effects": [
|
|
207
207
|
[
|
|
208
208
|
"fetch",
|
|
209
|
-
"
|
|
209
|
+
"DialogueNode"
|
|
210
210
|
],
|
|
211
211
|
[
|
|
212
212
|
"render-ui",
|
|
@@ -229,11 +229,11 @@
|
|
|
229
229
|
],
|
|
230
230
|
"pages": [
|
|
231
231
|
{
|
|
232
|
-
"name": "
|
|
233
|
-
"path": "/
|
|
232
|
+
"name": "DialogueNodeDialoguePage",
|
|
233
|
+
"path": "/dialoguenodes",
|
|
234
234
|
"traits": [
|
|
235
235
|
{
|
|
236
|
-
"ref": "
|
|
236
|
+
"ref": "DialogueNodeDialogue"
|
|
237
237
|
}
|
|
238
238
|
]
|
|
239
239
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "AudioTrackOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "AudioTrackOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "AudioTrack",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "AudioTrackGameAudio",
|
|
41
|
+
"linkedEntity": "AudioTrack",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"effects": [
|
|
66
66
|
[
|
|
67
67
|
"fetch",
|
|
68
|
-
"
|
|
68
|
+
"AudioTrack"
|
|
69
69
|
],
|
|
70
70
|
[
|
|
71
71
|
"render-ui",
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
],
|
|
105
105
|
"pages": [
|
|
106
106
|
{
|
|
107
|
-
"name": "
|
|
108
|
-
"path": "/
|
|
107
|
+
"name": "AudioTrackAudioPage",
|
|
108
|
+
"path": "/audiotracks",
|
|
109
109
|
"traits": [
|
|
110
110
|
{
|
|
111
|
-
"ref": "
|
|
111
|
+
"ref": "AudioTrackGameAudio"
|
|
112
112
|
}
|
|
113
113
|
]
|
|
114
114
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "Canvas3dSceneOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "Canvas3dSceneOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "Canvas3dScene",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "Canvas3dSceneGameCanvas3d",
|
|
41
|
+
"linkedEntity": "Canvas3dScene",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -90,16 +90,16 @@
|
|
|
90
90
|
"effects": [
|
|
91
91
|
[
|
|
92
92
|
"fetch",
|
|
93
|
-
"
|
|
93
|
+
"Canvas3dScene"
|
|
94
94
|
],
|
|
95
95
|
[
|
|
96
96
|
"render-ui",
|
|
97
97
|
"main",
|
|
98
98
|
{
|
|
99
99
|
"type": "game-canvas3-d",
|
|
100
|
-
"tiles": "@
|
|
101
|
-
"units": "@
|
|
102
|
-
"features": "@
|
|
100
|
+
"tiles": "@Canvas3dScene",
|
|
101
|
+
"units": "@Canvas3dScene",
|
|
102
|
+
"features": "@Canvas3dScene",
|
|
103
103
|
"orientation": "isometric",
|
|
104
104
|
"cameraMode": "orbital",
|
|
105
105
|
"showGrid": true,
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
"main",
|
|
122
122
|
{
|
|
123
123
|
"type": "game-canvas3-d",
|
|
124
|
-
"tiles": "@
|
|
125
|
-
"units": "@
|
|
126
|
-
"features": "@
|
|
124
|
+
"tiles": "@Canvas3dScene",
|
|
125
|
+
"units": "@Canvas3dScene",
|
|
126
|
+
"features": "@Canvas3dScene",
|
|
127
127
|
"orientation": "isometric",
|
|
128
128
|
"cameraMode": "orbital",
|
|
129
129
|
"showGrid": true,
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"main",
|
|
146
146
|
{
|
|
147
147
|
"type": "game-canvas3-d",
|
|
148
|
-
"tiles": "@
|
|
149
|
-
"units": "@
|
|
150
|
-
"features": "@
|
|
148
|
+
"tiles": "@Canvas3dScene",
|
|
149
|
+
"units": "@Canvas3dScene",
|
|
150
|
+
"features": "@Canvas3dScene",
|
|
151
151
|
"orientation": "isometric",
|
|
152
152
|
"cameraMode": "orbital",
|
|
153
153
|
"showGrid": true,
|
|
@@ -169,9 +169,9 @@
|
|
|
169
169
|
"main",
|
|
170
170
|
{
|
|
171
171
|
"type": "game-canvas3-d",
|
|
172
|
-
"tiles": "@
|
|
173
|
-
"units": "@
|
|
174
|
-
"features": "@
|
|
172
|
+
"tiles": "@Canvas3dScene",
|
|
173
|
+
"units": "@Canvas3dScene",
|
|
174
|
+
"features": "@Canvas3dScene",
|
|
175
175
|
"orientation": "isometric",
|
|
176
176
|
"cameraMode": "orbital",
|
|
177
177
|
"showGrid": true,
|
|
@@ -193,9 +193,9 @@
|
|
|
193
193
|
"main",
|
|
194
194
|
{
|
|
195
195
|
"type": "game-canvas3-d",
|
|
196
|
-
"tiles": "@
|
|
197
|
-
"units": "@
|
|
198
|
-
"features": "@
|
|
196
|
+
"tiles": "@Canvas3dScene",
|
|
197
|
+
"units": "@Canvas3dScene",
|
|
198
|
+
"features": "@Canvas3dScene",
|
|
199
199
|
"orientation": "isometric",
|
|
200
200
|
"cameraMode": "orbital",
|
|
201
201
|
"showGrid": true,
|
|
@@ -225,11 +225,11 @@
|
|
|
225
225
|
],
|
|
226
226
|
"pages": [
|
|
227
227
|
{
|
|
228
|
-
"name": "
|
|
229
|
-
"path": "/
|
|
228
|
+
"name": "Canvas3dSceneCanvas3dPage",
|
|
229
|
+
"path": "/canvas3dscenes",
|
|
230
230
|
"traits": [
|
|
231
231
|
{
|
|
232
|
-
"ref": "
|
|
232
|
+
"ref": "Canvas3dSceneGameCanvas3d"
|
|
233
233
|
}
|
|
234
234
|
]
|
|
235
235
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "HudStateOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "HudStateOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "HudState",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "HudStateHud",
|
|
41
|
+
"linkedEntity": "HudState",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"effects": [
|
|
66
66
|
[
|
|
67
67
|
"fetch",
|
|
68
|
-
"
|
|
68
|
+
"HudState"
|
|
69
69
|
],
|
|
70
70
|
[
|
|
71
71
|
"render-ui",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"effects": [
|
|
105
105
|
[
|
|
106
106
|
"fetch",
|
|
107
|
-
"
|
|
107
|
+
"HudState"
|
|
108
108
|
],
|
|
109
109
|
[
|
|
110
110
|
"render-ui",
|
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
],
|
|
143
143
|
"pages": [
|
|
144
144
|
{
|
|
145
|
-
"name": "
|
|
146
|
-
"path": "/
|
|
145
|
+
"name": "HudStateHudPage",
|
|
146
|
+
"path": "/hudstates",
|
|
147
147
|
"traits": [
|
|
148
148
|
{
|
|
149
|
-
"ref": "
|
|
149
|
+
"ref": "HudStateHud"
|
|
150
150
|
}
|
|
151
151
|
]
|
|
152
152
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "MenuStateOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "MenuStateOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "MenuState",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "MenuStateMenu",
|
|
41
|
+
"linkedEntity": "MenuState",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"main",
|
|
81
81
|
{
|
|
82
82
|
"type": "game-menu",
|
|
83
|
-
"title": "
|
|
83
|
+
"title": "MenuState",
|
|
84
84
|
"subtitle": "Press Start",
|
|
85
85
|
"menuItems": [
|
|
86
86
|
{
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"main",
|
|
117
117
|
{
|
|
118
118
|
"type": "game-menu",
|
|
119
|
-
"title": "
|
|
119
|
+
"title": "MenuState",
|
|
120
120
|
"subtitle": "Press Start",
|
|
121
121
|
"menuItems": [
|
|
122
122
|
{
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"main",
|
|
147
147
|
{
|
|
148
148
|
"type": "game-menu",
|
|
149
|
-
"title": "
|
|
149
|
+
"title": "MenuState",
|
|
150
150
|
"subtitle": "Press Start",
|
|
151
151
|
"menuItems": [
|
|
152
152
|
{
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"main",
|
|
177
177
|
{
|
|
178
178
|
"type": "game-menu",
|
|
179
|
-
"title": "
|
|
179
|
+
"title": "MenuState",
|
|
180
180
|
"subtitle": "Press Start",
|
|
181
181
|
"menuItems": [
|
|
182
182
|
{
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
],
|
|
203
203
|
"pages": [
|
|
204
204
|
{
|
|
205
|
-
"name": "
|
|
206
|
-
"path": "/
|
|
205
|
+
"name": "MenuStateMenuPage",
|
|
206
|
+
"path": "/menustates",
|
|
207
207
|
"traits": [
|
|
208
208
|
{
|
|
209
|
-
"ref": "
|
|
209
|
+
"ref": "MenuStateMenu"
|
|
210
210
|
}
|
|
211
211
|
]
|
|
212
212
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "GameOverStateOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "GameOverStateOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "GameOverState",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
},
|
|
48
48
|
"traits": [
|
|
49
49
|
{
|
|
50
|
-
"name": "
|
|
51
|
-
"linkedEntity": "
|
|
50
|
+
"name": "GameOverStateGameOver",
|
|
51
|
+
"linkedEntity": "GameOverState",
|
|
52
52
|
"category": "interaction",
|
|
53
53
|
"stateMachine": {
|
|
54
54
|
"states": [
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"effects": [
|
|
88
88
|
[
|
|
89
89
|
"fetch",
|
|
90
|
-
"
|
|
90
|
+
"GameOverState"
|
|
91
91
|
],
|
|
92
92
|
[
|
|
93
93
|
"render-ui",
|
|
@@ -186,11 +186,11 @@
|
|
|
186
186
|
],
|
|
187
187
|
"pages": [
|
|
188
188
|
{
|
|
189
|
-
"name": "
|
|
190
|
-
"path": "/
|
|
189
|
+
"name": "GameOverStateGameOverPage",
|
|
190
|
+
"path": "/gameoverstates",
|
|
191
191
|
"traits": [
|
|
192
192
|
{
|
|
193
|
-
"ref": "
|
|
193
|
+
"ref": "GameOverStateGameOver"
|
|
194
194
|
}
|
|
195
195
|
]
|
|
196
196
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "InventorySlotOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "InventorySlotOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "InventorySlot",
|
|
8
8
|
"persistence": "singleton",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
},
|
|
85
85
|
"traits": [
|
|
86
86
|
{
|
|
87
|
-
"name": "
|
|
88
|
-
"linkedEntity": "
|
|
87
|
+
"name": "InventorySlotInventoryPanel",
|
|
88
|
+
"linkedEntity": "InventorySlot",
|
|
89
89
|
"category": "interaction",
|
|
90
90
|
"stateMachine": {
|
|
91
91
|
"states": [
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"effects": [
|
|
142
142
|
[
|
|
143
143
|
"fetch",
|
|
144
|
-
"
|
|
144
|
+
"InventorySlot"
|
|
145
145
|
],
|
|
146
146
|
[
|
|
147
147
|
"render-ui",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"effects": [
|
|
188
188
|
[
|
|
189
189
|
"fetch",
|
|
190
|
-
"
|
|
190
|
+
"InventorySlot"
|
|
191
191
|
],
|
|
192
192
|
[
|
|
193
193
|
"render-ui",
|
|
@@ -213,12 +213,12 @@
|
|
|
213
213
|
[
|
|
214
214
|
"persist",
|
|
215
215
|
"delete",
|
|
216
|
-
"
|
|
216
|
+
"InventorySlot",
|
|
217
217
|
"@payload.id"
|
|
218
218
|
],
|
|
219
219
|
[
|
|
220
220
|
"fetch",
|
|
221
|
-
"
|
|
221
|
+
"InventorySlot"
|
|
222
222
|
],
|
|
223
223
|
[
|
|
224
224
|
"render-ui",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
],
|
|
237
237
|
[
|
|
238
238
|
"notify",
|
|
239
|
-
"
|
|
239
|
+
"InventorySlot deleted successfully"
|
|
240
240
|
]
|
|
241
241
|
]
|
|
242
242
|
}
|
|
@@ -246,11 +246,11 @@
|
|
|
246
246
|
],
|
|
247
247
|
"pages": [
|
|
248
248
|
{
|
|
249
|
-
"name": "
|
|
250
|
-
"path": "/
|
|
249
|
+
"name": "InventorySlotInventoryPage",
|
|
250
|
+
"path": "/inventoryslots",
|
|
251
251
|
"traits": [
|
|
252
252
|
{
|
|
253
|
-
"ref": "
|
|
253
|
+
"ref": "InventorySlotInventoryPanel"
|
|
254
254
|
}
|
|
255
255
|
]
|
|
256
256
|
}
|