[Feat] : move end turn button, remove self statistics overlay
release-tag / release-image (push) Successful in 29s

Closes #18
This commit is contained in:
2024-05-16 11:43:59 +02:00
parent 12589f1fb4
commit 6d3a11577b
3 changed files with 30 additions and 44 deletions
-1
View File
@@ -19,7 +19,6 @@ const discard_unwrapped = ref<boolean>(false)
<div id="current_player">
<PlayerSlot v-for="p in current_players" :player="p"></PlayerSlot>
</div>
<SelfView></SelfView>
</div>
</template>