diff --git a/html-client/src/components/body.component.jsx b/html-client/src/components/body.component.jsx
old mode 100755
new mode 100644
index fcb6abcf..7c1b3b8f
--- a/html-client/src/components/body.component.jsx
+++ b/html-client/src/components/body.component.jsx
@@ -39,7 +39,7 @@ function renderBody(props) {
type="submit"
onClick={() => setGame(null)}
>
- Return to Main Menu
+ Back to instance
);
diff --git a/html-client/src/components/cryp.list.jsx b/html-client/src/components/cryp.list.jsx
old mode 100755
new mode 100644
diff --git a/html-client/src/components/game.jsx b/html-client/src/components/game.jsx
old mode 100755
new mode 100644
index 0a81b6a7..4327a515
--- a/html-client/src/components/game.jsx
+++ b/html-client/src/components/game.jsx
@@ -69,7 +69,6 @@ function GamePanel(props) {
{cryp.name}
-
Level {cryp.lvl}
@@ -78,11 +77,9 @@ function GamePanel(props) {
-
{cryp.hp.value} / {cryp.stam.value} HP
-
+
{cryp.hp.value} / {cryp.hp.max} HP
+
-
{cryp.xp} / {Math.pow(2, cryp.lvl + 1)} XP
-
{effects}
{skills}
@@ -111,7 +108,6 @@ function GamePanel(props) {
{cryp.name}
-
Level {cryp.lvl}
@@ -120,11 +116,8 @@ function GamePanel(props) {
-
{cryp.hp.value} / {cryp.stam.value} HP
-
-
-
{cryp.xp} / {Math.pow(2, cryp.lvl + 1)} XP
-
+
{cryp.hp.value} / {cryp.hp.value} HP
+
{effects}
@@ -138,43 +131,30 @@ function GamePanel(props) {