[Fix] Bring back hand overlay my beloved
release-tag / release-image (push) Successful in 27s

Closes #48
This commit is contained in:
2024-05-16 15:12:43 +02:00
parent eec6761280
commit 22ad064121
3 changed files with 57 additions and 32 deletions
+1
View File
@@ -20,6 +20,7 @@ const discard_unwrapped = ref<boolean>(false)
<PlayerSlot v-for="p in current_players" :player="p"></PlayerSlot>
</div>
</div>
<SelfView></SelfView>
</template>
<style scoped>