Spaces:
Running
Running
Rafael Jaime Moreno
commited on
Commit
·
fd95b69
1
Parent(s):
e409e7f
Fix readme and added current project
Browse files- README.md +1 -1
- index.html +1 -1
- index.pck +2 -2
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: blue
|
|
| 5 |
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
pinned: true
|
| 8 |
-
short_description: Fighting game developed in godot for
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
pinned: true
|
| 8 |
+
short_description: Fighting game developed in godot for reinforcement learning
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
index.html
CHANGED
|
@@ -111,7 +111,7 @@ body {
|
|
| 111 |
|
| 112 |
<script src="index.js"></script>
|
| 113 |
<script>
|
| 114 |
-
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":
|
| 115 |
const GODOT_THREADS_ENABLED = false;
|
| 116 |
const engine = new Engine(GODOT_CONFIG);
|
| 117 |
|
|
|
|
| 111 |
|
| 112 |
<script src="index.js"></script>
|
| 113 |
<script>
|
| 114 |
+
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":17349904,"index.wasm":52126319},"focusCanvas":true,"gdextensionLibs":[]};
|
| 115 |
const GODOT_THREADS_ENABLED = false;
|
| 116 |
const engine = new Engine(GODOT_CONFIG);
|
| 117 |
|
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:b8d1d71e73a2d86c58501e83606e98fd9465ae4712f863f1050660c173545648
|
| 3 |
+
size 17349904
|