diff --git a/assets/cover.ase b/assets/cover.ase
new file mode 100644
index 0000000..e1e8abe
Binary files /dev/null and b/assets/cover.ase differ
diff --git a/assets/cover.png b/assets/cover.png
new file mode 100644
index 0000000..e4aa9f5
Binary files /dev/null and b/assets/cover.png differ
diff --git a/build.js b/build.js
index baa61ee..5348b1b 100644
--- a/build.js
+++ b/build.js
@@ -12,6 +12,10 @@ const fs = require("fs-extra"),
VERSION_PLACEHOLDER = "$VERSION",
version = require("./package.json").version,
fileList = [{
+ url: "https://raw.githubusercontent.com/colyseus/colyseus.js/master/dist/colyseus.js",
+ localPath: "build/vendors/colyseus.js",
+ },
+ {
url: "https://lab.las3.de/gitlab/eye-tracking-classroom/gaze-client.js/raw/master/build/gazeclient.js",
localPath: "build/vendors/gazeclient.js",
},
diff --git a/index.html b/index.html
index 03d1a53..e9114d6 100644
--- a/index.html
+++ b/index.html
@@ -31,6 +31,7 @@
+