- display header image + background colour
- display level + level image - display card showcase on index page - add appropriate colour to deck tables - add number of collected cards to deck tables - add colour marker in card name text - add event names to log - add link to service links - move some data to variables file
This commit is contained in:
parent
c967d1ea89
commit
df32c9558e
12 changed files with 351 additions and 19 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,4 +1,9 @@
|
|||
build/
|
||||
build/*/index.html
|
||||
build/index.html
|
||||
build/decks/*/*.gif
|
||||
build/decks/*/type
|
||||
build/assets/header.png
|
||||
build/assets/levels/*.gif
|
||||
__pycache__/
|
||||
priority.py
|
||||
variables.py
|
||||
log.py
|
Loading…
Add table
Add a link
Reference in a new issue