Add shaders everywhere!

This commit is contained in:
2024-05-19 13:22:05 +02:00
parent 1fc3378083
commit 58d0e4a416
7 changed files with 59 additions and 35 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ function check_for_guard(player: Player) {
</script>
<template>
<div :class="`player ${isPlayerTurn ? 'turn' : ''} ${discard_unwrapped ? 'discard_unwrapped' : ''}`">
<div class="player" :class="{ turn: isPlayerTurn, discard_unwrapped, self: isSelf }">
<template v-if="!hide_stack_and_discard">
<div class="stack">