Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 704 Bytes

Readme.md

File metadata and controls

31 lines (19 loc) · 704 Bytes

Mogee Font

Bitmap font that is used in the Mogee game.

specimen

Instructions

Running the demo

To see the live-editing example in the browser, first install Elm, and then run:

cd specimen
elm reactor

Updating the font

This requires Python and Pillow installed.

  1. Make changes to files font/ using unicode as filename (ligatures are separated by _).
  2. Run ./generate-font.py to update src/FontData.elm.

Releasing

To release a new version run:

./release.sh