Added art for the hunter

This commit is contained in:
Alec Maier
2019-09-10 21:09:30 -04:00
parent b0ad5a4ae8
commit e2b1ec6b53
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 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", "Hunter"];
let clock;
let currentGame = null;
let cardFlippedOver = false;