diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2012-06-02 18:46:15 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2012-06-02 18:46:15 -0400 |
commit | 7597ae93f38aaa32b099b19a3b65b96196f735e3 (patch) | |
tree | 3d1ff2346cfb2a51ecb3773b2c85140f6e8c0449 /.gitignore | |
parent | 5729344a510f662a01acc3def1f91c146af3b787 (diff) | |
download | frigidearth-7597ae93f38aaa32b099b19a3b65b96196f735e3.tar.gz frigidearth-7597ae93f38aaa32b099b19a3b65b96196f735e3.tar.bz2 frigidearth-7597ae93f38aaa32b099b19a3b65b96196f735e3.zip |
Fixed wonky characters
Instead of rendering a font, characters are now taken from a character map. Also, tick() was removed from GameState because it is only ever called after processInput() and so there's no real point in having separate methods.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7a4e988..2e27473 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -12,3 +12,4 @@ dist/ | |||
12 | nbdist/ | 12 | nbdist/ |
13 | nbactions.xml | 13 | nbactions.xml |
14 | nb-configuration.xml | 14 | nb-configuration.xml |
15 | .DS_Store | ||