Skip to content

Commit

Permalink
Update card colors
Browse files Browse the repository at this point in the history
  • Loading branch information
raohmaru committed Apr 16, 2023
1 parent ffb6c52 commit f114328
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
+ text box
+ corner value
+ image
+ Update color of cards.
+ Add card color for the type "Rule".

### v1.4.0
+ Individual text color for each part of the card.
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [X] Card number text color
- [X] Rarity
- [X] Card border size
- [ ] Add more colors to the bg color list, or use a list of tokens
- [x] Add more colors to the bg color list, or use a list of tokens
- [ ] Allow gradients in bg
- [ ] Bg images .mse-include
- [ ] Custom Rules / Flavour separator
Expand Down
11 changes: 7 additions & 4 deletions generic.mse-game/card_fields
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,19 @@ card field:
card field:
type: color
name: color
default: rgb(180,180,180)
default: rgb(180, 180, 180)
choice:
name: Thing
color: rgb(34,103,206)
color: rgb(34, 103, 206)
choice:
name: Action
color: rgb(140,0,0)
color: rgb(168, 24, 0)
choice:
name: Reaction
color: rgb(29,129,86)
color: rgb(31, 143, 51)
choice:
name: Rule
color: rgb(139, 139, 139)
show statistics: false
description: The color of the card
script: card_color(value)
Expand Down

0 comments on commit f114328

Please sign in to comment.