This commit is contained in:
ntr 2018-11-27 23:35:23 +11:00
parent 5d71a014d4
commit bd7e56e8cc
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const fs = require('fs');
const { POSITIONS: { COMBAT }, TEXT } = require('./constants');
const { DrawCrypTeams, CrypImage, CrypSkill } = require('./combat.cryps');
const renderResolutions = require('./combat.render');
const renderResolutions = require('./combat.render.resolutions');
const CRYP_KEY_MAP = ['keydown_ONE', 'keydown_TWO', 'keydown_THREE'];
const SKILL_KEY_MAP = ['keydown_Q', 'keydown_W', 'keydown_E', 'keydown_R'];