mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Added art for the hunter
This commit is contained in:
BIN
assets/images/roles/Hunter.png
Normal file
BIN
assets/images/roles/Hunter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user