Page 1 of 1

How do I switch to four colors?

Posted: 27 April 2021, 01:52
by Markell
I get clubs and spades mixed up all the time.

Re: How do I switch to four colors?

Posted: 27 April 2021, 14:34
by pjt33
There's some discussion in https://boardgamearena.com/forum/viewto ... 31&t=20053 which might be relevant.

If you're happy with the general quality of the default card images and just want the suits recoloured, I've knocked together a spritesheet which you can use by adding the following to your custom CSS:

Code: Select all

.card.normalDeck {
    background-image: url(https://pjt33.github.io/bga_custom_css/cards/ohhell_original_4col.jpg);
}

Re: How do I switch to four colors?

Posted: 02 May 2021, 16:48
by pjt33
pjt33 wrote: 27 April 2021, 14:34 If you're happy with the general quality of the default card images and just want the suits recoloured, I've knocked together a spritesheet which you can use by adding the following to your custom CSS
Or if you like my higher quality SVG cards from the other thread but you want a 4-colour version, try this:

Code: Select all

@import(https://pjt33.github.io/bga_custom_css/oh_hell_4col.css)