diff --git a/docs/assets/index-0wMWXa16.css b/docs/assets/index-0wMWXa16.css deleted file mode 100644 index f6bc0b4..0000000 --- a/docs/assets/index-0wMWXa16.css +++ /dev/null @@ -1 +0,0 @@ -canvas{width:99vw} diff --git a/docs/assets/index-erOXPn2H.js b/docs/assets/index-AyFofirk.js similarity index 100% rename from docs/assets/index-erOXPn2H.js rename to docs/assets/index-AyFofirk.js diff --git a/docs/assets/index-Nn8yyy6O.css b/docs/assets/index-Nn8yyy6O.css new file mode 100644 index 0000000..2726741 --- /dev/null +++ b/docs/assets/index-Nn8yyy6O.css @@ -0,0 +1 @@ +:root{color-scheme:dark;font-family:Courier New,Courier,monospace}canvas{width:99vw} diff --git a/docs/index.html b/docs/index.html index 0e6eba0..512644c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,12 +5,13 @@ Crossy Road - - + +
+ 🐓 Use space to move forward. Use keys to move in all directions.
Game created, using BabylonJs, by saacostam
diff --git a/index.html b/index.html index fe4b105..ebde2c1 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@
+ 🐓 Use space to move forward. Use keys to move in all directions.
Game created, using BabylonJs, by saacostam
diff --git a/src/style.css b/src/style.css index c599ecc..9cfc48e 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,8 @@ +:root{ + color-scheme: dark; + font-family: 'Courier New', Courier, monospace; +} + canvas{ width: 99vw; } \ No newline at end of file