diff --git a/src/components/ActionButton.vue b/src/components/ActionButton.vue new file mode 100644 index 0000000..270f937 --- /dev/null +++ b/src/components/ActionButton.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/src/components/Combat.vue b/src/components/Combat.vue index bb383ad..439f6fd 100644 --- a/src/components/Combat.vue +++ b/src/components/Combat.vue @@ -5,21 +5,28 @@ -
+
+
+
+ {{ line }} +
+
+
+

Your moves

- - + +
{{actionDescription}}

Enemy moves

- - + +
@@ -29,12 +36,13 @@ @@ -79,10 +92,6 @@ a { display: flex; flex-direction: column; } -.combat-button { - width: 100px; - height: 100px; -}