habitica/common
Luveluen 5315cc9055 Update character.json to separate optOut into two translation strings
optOut is currently used to skip the class selection and to opt out of the messaging system.
that creates translation problems.

Fixes #6511
Closes #6518
2016-01-14 20:40:07 -06:00
..
audio Rebalance audio themes 2015-12-04 13:39:29 -05:00
css WIP(event): Winter Wonderland 2015-16 partial 2015-12-15 17:15:02 -05:00
dist/sprites refactor: Remove compiled spritesheet from source control 2016-01-14 18:03:14 -06:00
img feat(quests): January 2016 pet 2016-01-13 17:15:02 -05:00
locales Update character.json to separate optOut into two translation strings 2016-01-14 20:40:07 -06:00
script feat(quests): January 2016 pet 2016-01-13 17:15:02 -05:00
index.js Convert coffee files to JS 2015-11-11 20:32:00 -06:00
README.md chore(sprites): Update readme 2015-12-12 17:17:04 -06:00

Common

Shared resources useful for the multiple Habitica repositories, that way all the repositories remain in-sync with common characteristics. Includes things like:

  • Assets - sprites, images, etc
  • CSS - especially, esp. sprite-sheet mapping
  • Algorithms - level up algorithm, scoring functions, etc
  • View helper functions that may come in handy for multiple client MVCs
  • Item definitions - weapons, armor, pets

Compiling spritesheets

Because of some wonkiness with Heroku, the spritesheet compilation is not part of the production build process and must be done manually when new images are added by running:

npm run sprites