summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/index.html b/index.html
index 1ed1446..d416a3f 100644
--- a/index.html
+++ b/index.html
@@ -5,10 +5,10 @@
<p><button @click="orcarena = !orcarena" class="text-center mt-0.5 pt-1 rounded text-thunder-thunder hover:text-white transition-colors underline">
<div v-if="!orcarena">
-Play Game(Requires Keyboard and Mouse)
+⏵Play Game(Requires Keyboard and Mouse)
</div>
<div v-if="orcarena">
-Close Game
+⏷ Close Game
</div>
</button>
<Transition name="fade">
@@ -62,10 +62,10 @@ All controls are fully explained in game.</p>
<p><button @click="steelwings = !steelwings" class="text-center mt-0.5 pt-1 rounded text-thunder-thunder hover:text-white transition-colors underline">
<div v-if="!steelwings">
-Play Game(Requires Mouse)
+⏵Play Game(Requires Mouse)
</div>
<div v-if="steelwings">
-Close Game
+⏷ Close Game
</div>
</button>
<Transition name="fade">
@@ -126,10 +126,10 @@ Close Game
<p><button @click="winterone = !winterone" class="text-center mt-0.5 pt-1 rounded text-thunder-thunder hover:text-white transition-colors underline">
<div v-if="!winterone">
-Play Game(Requires Mouse or Keyboard)
+⏵Play Game(Requires Mouse or Keyboard)
</div>
<div v-if="winterone">
-Close Game
+⏷ Close Game
</div>
</button>
<Transition name="fade">
@@ -167,10 +167,10 @@ Close Game
<p><button @click="optimal = !optimal" class="text-center mt-0.5 pt-1 rounded text-thunder-thunder hover:text-white transition-colors underline">
<div v-if="!optimal">
-Play Game(Requires Keyboard and Mouse)
+⏵Play Game(Requires Keyboard and Mouse)
</div>
<div v-if="optimal">
-Close Game
+⏷ Close Game
</div>
</button>
<Transition name="fade">