From 817cc9ab5eeb802fb9f27d0cd21ba90ccd6d376f Mon Sep 17 00:00:00 2001 From: Santiago Acosta <122395802+saacostam-zaga@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:37:51 -0500 Subject: [PATCH] add istructions in html --- docs/assets/index-0wMWXa16.css | 1 - docs/assets/{index-erOXPn2H.js => index-AyFofirk.js} | 0 docs/assets/index-Nn8yyy6O.css | 1 + docs/index.html | 5 +++-- index.html | 1 + src/style.css | 5 +++++ 6 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 docs/assets/index-0wMWXa16.css rename docs/assets/{index-erOXPn2H.js => index-AyFofirk.js} (100%) create mode 100644 docs/assets/index-Nn8yyy6O.css 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