mirror of https://github.com/bra1n/townsquare.git
role popup fix, new background (closes #8)
This commit is contained in:
parent
186a11b4e8
commit
bba16a60d3
Binary file not shown.
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 192 KiB |
|
@ -3,7 +3,7 @@
|
|||
v-show="modals.role && availableRoles.length"
|
||||
@close="toggleModal('role')"
|
||||
>
|
||||
<h3>Choose a new character: {{ playerIndex }}</h3>
|
||||
<h3>Choose a new character: {{ players[playerIndex].name }}</h3>
|
||||
<ul class="tokens">
|
||||
<li
|
||||
v-for="role in availableRoles"
|
||||
|
|
Loading…
Reference in New Issue