-
-
+
+
+
+
+
+
+
+
-
+
Your moves
{{actionDescription}}
-
@@ -36,10 +46,13 @@ import ActionButton from './ActionButton.vue'
)
export default class Combat extends Vue {
@Prop({ type: Creature, required: true })
- player!: Creature
+ left!: Creature
@Prop({ type: Creature, required: true })
- enemy!: Creature
+ right!: Creature
+
+ @Prop()
+ combatants!: Array
actionDescription = ''
@@ -83,7 +96,7 @@ export default class Combat extends Vue {