mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Merge
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
assets/images/roles/Shadow.png
Normal file
BIN
assets/images/roles/Shadow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -1,7 +1,8 @@
|
||||
import {utility} from './util.js'
|
||||
|
||||
const socket = io();
|
||||
const finishedArtArray = ["Villager", "Werewolf", "Seer", "Hunter"];
|
||||
|
||||
const finishedArtArray = ["Villager", "Werewolf", "Seer", "Shadow", "Hunter"];
|
||||
let clock;
|
||||
let currentGame = null;
|
||||
let cardFlippedOver = false;
|
||||
|
||||
@@ -587,12 +587,12 @@ label {
|
||||
}
|
||||
|
||||
#game-card img {
|
||||
width: 160px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.village h2 {
|
||||
@@ -617,7 +617,7 @@ label {
|
||||
#game-card h2 {
|
||||
font-size: 1.7em;
|
||||
font-family: 'diavlo', sans-serif;
|
||||
margin: 0.3em 0 0.6em 0;
|
||||
margin: 0.3em 0 0.4em 0;
|
||||
}
|
||||
|
||||
#game-card p {
|
||||
|
||||
Reference in New Issue
Block a user