Spaces:
Running
on
A10G
Running
on
A10G
GitLab CI
commited on
Commit
·
8e56e25
1
Parent(s):
38abb63
Update game build from GitLab CI
Browse files
server/ActionProcessor.py
CHANGED
@@ -61,19 +61,21 @@ The following interpretations are possible:
|
|
61 |
- Come: The parent asks to come.
|
62 |
- None: Others instructions are not relevant.
|
63 |
|
|
|
|
|
64 |
```json
|
65 |
[action,sentiment]
|
66 |
```
|
67 |
|
68 |
for example:
|
69 |
Input: "Don't put the fork in the socket!"
|
70 |
-
Output: ["DropFork", "
|
71 |
|
72 |
Input: "Harold, please don't drink the bleach!"
|
73 |
-
Output: ["DropBleach", "
|
74 |
|
75 |
Input: "I'm so tired of this."
|
76 |
-
Output: ["None", "
|
77 |
""",
|
78 |
},
|
79 |
{
|
|
|
61 |
- Come: The parent asks to come.
|
62 |
- None: Others instructions are not relevant.
|
63 |
|
64 |
+
The following sentiments are possible: badSentiment, goodSentiment, neutralSentiment
|
65 |
+
|
66 |
```json
|
67 |
[action,sentiment]
|
68 |
```
|
69 |
|
70 |
for example:
|
71 |
Input: "Don't put the fork in the socket!"
|
72 |
+
Output: ["DropFork", "badSentiment"]
|
73 |
|
74 |
Input: "Harold, please don't drink the bleach!"
|
75 |
+
Output: ["DropBleach", "goodSentiment"]
|
76 |
|
77 |
Input: "I'm so tired of this."
|
78 |
+
Output: ["None", "neutralSentiment"]
|
79 |
""",
|
80 |
},
|
81 |
{
|
server/static/godot/index.html
CHANGED
@@ -97,7 +97,7 @@ body {
|
|
97 |
|
98 |
<script src="index.js"></script>
|
99 |
<script>
|
100 |
-
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":
|
101 |
const GODOT_THREADS_ENABLED = false;
|
102 |
const engine = new Engine(GODOT_CONFIG);
|
103 |
|
|
|
97 |
|
98 |
<script src="index.js"></script>
|
99 |
<script>
|
100 |
+
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":false,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":12859920,"index.wasm":35376909},"focusCanvas":true,"gdextensionLibs":[]};
|
101 |
const GODOT_THREADS_ENABLED = false;
|
102 |
const engine = new Engine(GODOT_CONFIG);
|
103 |
|
server/static/godot/index.pck
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d485ba9053cf3392a3ac9e32ad87855fa5d4397c4f46c181da09aafdb4a36d1e
|
3 |
+
size 12859920
|