mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
Art for sorcerer
This commit is contained in:
BIN
assets/images/roles-small/Sorcerer.png
Normal file
BIN
assets/images/roles-small/Sorcerer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
assets/images/roles/Sorcerer.png
Normal file
BIN
assets/images/roles/Sorcerer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@@ -2,7 +2,7 @@ import {utility} from './util.js'
|
||||
|
||||
const socket = io();
|
||||
|
||||
const finishedArtArray = ["Villager", "Werewolf", "Seer", "Shadow", "Hunter", "Mason", "Minion"];
|
||||
const finishedArtArray = ["Villager", "Werewolf", "Seer", "Shadow", "Hunter", "Mason", "Minion", "Sorcerer"];
|
||||
let clock;
|
||||
let currentGame = null;
|
||||
let cardFlippedOver = false;
|
||||
|
||||
@@ -2,7 +2,7 @@ import {cards} from './cards.js'
|
||||
import {utility} from './util.js'
|
||||
|
||||
const socket = io();
|
||||
const finishedArtArray = ["Villager", "Werewolf", "Seer", "Shadow", "Hunter", "Mason", "Minion"];
|
||||
const finishedArtArray = ["Villager", "Werewolf", "Seer", "Shadow", "Hunter", "Mason", "Minion", "Sorcerer"];
|
||||
|
||||
// important declarations
|
||||
class Card {
|
||||
|
||||
Reference in New Issue
Block a user