Skip to content

Commit

Permalink
#135 Updated samplecards
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jan 8, 2023
2 parents 263ddef + 3c63aaa commit 12207e7
Show file tree
Hide file tree
Showing 35 changed files with 149 additions and 227 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
Binary file added src/assets/cardfiles/armedSupplier.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/assets/cardfiles/caroline.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/cardfiles/church.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/assets/cardfiles/healingpriest.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added src/assets/cardfiles/wildAlliance.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
5 changes: 3 additions & 2 deletions src/components/elements/CardComponent.vue
Expand Up @@ -23109,13 +23109,14 @@ import * as R from 'ramda'
//import * as svg1 from 'save-svg-as-png'
import { icon } from '@/components/utils/utils.js'
import { emptyCard } from '../utils/utils'
import { Card } from "@/model/Card";

export default {
name: 'CardComponent',
props: {
model: {
type: Object,
default: emptyCard
type: Card,
default: new Card()
},
imageURL: {
type: String,
Expand Down

0 comments on commit 12207e7

Please sign in to comment.