Added artwork for shadow

This commit is contained in:
Maier
2019-09-10 12:13:04 -04:00
parent b0ad5a4ae8
commit 89083a097b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,7 +1,7 @@
import {utility} from './util.js'
const socket = io();
const finishedArtArray = ["Villager", "Werewolf", "Seer"];
const finishedArtArray = ["Villager", "Werewolf", "Seer", "Shadow"];
let clock;
let currentGame = null;
let cardFlippedOver = false;