From a222ac03d3f4c320bb490cc605638d581f84b401 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 17 Mar 2018 14:50:18 -0400 Subject: [PATCH] Better styling --- feast.css | 9 ++++++++- feast.html | 29 ++++++++++++++++++++++++++++- feast.js | 2 +- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/feast.css b/feast.css index 68c0337..8194126 100644 --- a/feast.css +++ b/feast.css @@ -3,7 +3,12 @@ body { color: #eee; height: 100%; width: 100%; - font-family: sans-serif; + font-family: Arial; +} + +a { + color: #7777FF; + text-decoration: none; } body.combat { @@ -145,6 +150,8 @@ button { } #create { + color: #eee; + padding: 25px; text-align: center; } diff --git a/feast.html b/feast.html index accfacf..f5711f5 100644 --- a/feast.html +++ b/feast.html @@ -25,7 +25,15 @@
- Welcome to Feast v0.1.4 +
+ Welcome to Feast v0.1.5 +
+
+   +
+
+ It's early morning, and you feel like eating a bunch of people +
@@ -144,6 +152,25 @@
+

+ Welcome to Feast v0.1.5 +

+ +

+ This game features 18+ content +

+ +

+ Changelog +

+ +

+ Telegram +

+ +

+ Discord +

  • diff --git a/feast.js b/feast.js index 1451907..6eda410 100644 --- a/feast.js +++ b/feast.js @@ -302,7 +302,7 @@ function start() { world = createWorld(); currentRoom = world["Bedroom"]; respawnRoom = currentRoom; - moveTo(currentRoom); + moveTo(currentRoom,""); updateDisplay(); }