GitLab CI
commited on
Commit
·
38abb63
1
Parent(s):
ecc93e0
Update game build from GitLab CI
Browse files
server/ActionProcessor.py
CHANGED
@@ -23,9 +23,8 @@ class ActionProcessor(Thread):
|
|
23 |
"DropSyringe",
|
24 |
"DropFork",
|
25 |
"GoToLivingRoom",
|
26 |
-
"GoToKitchen",
|
27 |
"GoToBedroom",
|
28 |
-
"
|
29 |
"Come",
|
30 |
"None",
|
31 |
]
|
@@ -57,9 +56,8 @@ The following interpretations are possible:
|
|
57 |
- DropSyringe: The parent asks to drop the syringe.
|
58 |
- DropFork: The parent asks to drop the fork.
|
59 |
- GoToLivingRoom: The parent asks to go to the living room.
|
60 |
-
- GoToKitchen: The parent asks to go to the kitchen.
|
61 |
- GoToBedroom: The parent asks to go to the bedroom.
|
62 |
-
-
|
63 |
- Come: The parent asks to come.
|
64 |
- None: Others instructions are not relevant.
|
65 |
|
|
|
23 |
"DropSyringe",
|
24 |
"DropFork",
|
25 |
"GoToLivingRoom",
|
|
|
26 |
"GoToBedroom",
|
27 |
+
"GoToGarage",
|
28 |
"Come",
|
29 |
"None",
|
30 |
]
|
|
|
56 |
- DropSyringe: The parent asks to drop the syringe.
|
57 |
- DropFork: The parent asks to drop the fork.
|
58 |
- GoToLivingRoom: The parent asks to go to the living room.
|
|
|
59 |
- GoToBedroom: The parent asks to go to the bedroom.
|
60 |
+
- GoToGarage: The parent asks to go to the garage.
|
61 |
- Come: The parent asks to come.
|
62 |
- None: Others instructions are not relevant.
|
63 |
|
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":12342608,"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:118869c81c9b9f4e03c78b9843fcadf6ca8a16201350d657e501abe03b6b5208
|
3 |
+
size 12342608
|