From 99bae17dad3027697b670845d38a41a7464253a2 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 12 Jul 2020 17:36:19 -0400 Subject: [PATCH] Allow for more than two combatants in the UI --- src/App.vue | 24 ++++++++++------ src/components/Combat.vue | 55 +++++++++++++++++++++++++------------ src/game/combat.ts | 6 +--- src/game/creatures/cafat.ts | 3 +- src/game/interface.ts | 8 +++--- 5 files changed, 60 insertions(+), 36 deletions(-) diff --git a/src/App.vue b/src/App.vue index e1ef10b..b5ab547 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,12 @@ diff --git a/src/components/Combat.vue b/src/components/Combat.vue index 853f8f8..e6f6813 100644 --- a/src/components/Combat.vue +++ b/src/components/Combat.vue @@ -1,22 +1,32 @@