How do I switch to four colors?

Forum rules
Please DO NOT POST BUGS on this forum. Please report (and vote) bugs on : https://boardgamearena.com/#!bugs
Post Reply
User avatar
Markell
Posts: 8
Joined: 07 July 2020, 11:36

How do I switch to four colors?

Post by Markell »

I get clubs and spades mixed up all the time.
pjt33
Posts: 204
Joined: 05 April 2020, 15:35

Re: How do I switch to four colors?

Post 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);
}
pjt33
Posts: 204
Joined: 05 April 2020, 15:35

Re: How do I switch to four colors?

Post 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)
Post Reply

Return to “Oh Hell!”