Skip to content

Commit

Permalink
Remove Manual Game buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Jun 26, 2024
1 parent 3443a39 commit 601cd01
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions components/WotwNewGameMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@
},
})
break
case 'infection':
multiverseId = await this.$axios.$post('/multiverses', {
infectionConfig: {
playerRevealIntervalIncreasePerSeeker: 10,
},
})
break
default:
throw new Error(`Invalid game type: ${type}`)
}
Expand Down
4 changes: 0 additions & 4 deletions pages/electron/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@
{{ newGameSeedSourceDisplayString }}
</v-card>

<div class="text-center mt-5">
<wotw-new-game-menu block />
</div>

<v-btn text block class="mt-3" @click="openWiki">
<v-icon left>mdi-book-outline</v-icon>
Read the Wiki
Expand Down
2 changes: 0 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</div>

<div class="mb-4 d-flex flex-wrap gapped justify-center">

<v-menu offset-y>
<template #activator='{on, attrs}'>
<v-btn color="accent" x-large :loading="!latestRandoWindowsUrl || !latestRandoLinuxUrl" v-bind='attrs' v-on='on'>
Expand All @@ -51,7 +50,6 @@
<v-icon left>mdi-dice-multiple</v-icon>
Generate a seed
</v-btn>
<wotw-new-game-menu x-large outlined />
<v-btn x-large outlined text href="https://wiki.orirando.com">
<v-icon left>mdi-book-outline</v-icon>
Wiki
Expand Down

0 comments on commit 601cd01

Please sign in to comment.