Generate sketchpads
This commit is contained in:
parent
8e995e5126
commit
193e10c197
5 changed files with 39 additions and 1 deletions
|
@ -33,13 +33,13 @@ Python scripts to generate a mobile-friendly static site for tracking tcg cards
|
|||
chmod +x build.sh
|
||||
#+END_SRC
|
||||
- Save a header image to =build/assets/header.png=
|
||||
- Save each stage of a filled sketchpad to =build/assets/sketch/=, as =00.gif=, =01.gif=, etc.
|
||||
- Add level images manually to =build/assets/levels/=
|
||||
- Add custom CSS to =build/user.css=
|
||||
*** Updating and building
|
||||
- For each transaction, add a dictionary ={}= to the =log= list like in the example (removing any of ="received"=, ="lost"=, ="crayons"= that aren’t relevant).
|
||||
- Run =./build.sh= in this directory to download the relevant card images and then upload everything to the server.
|
||||
** Currently unaccounted for
|
||||
- Sketchpads
|
||||
- Portfolios
|
||||
- Duplicates
|
||||
- Masteries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue