diff options
| -rw-r--r-- | index.html | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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"> |
