about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2012-06-02 18:46:15 -0400
committerStarla Insigna <hatkirby@fourisland.com>2012-06-02 18:46:15 -0400
commit7597ae93f38aaa32b099b19a3b65b96196f735e3 (patch)
tree3d1ff2346cfb2a51ecb3773b2c85140f6e8c0449 /.gitignore
parent5729344a510f662a01acc3def1f91c146af3b787 (diff)
downloadfrigidearth-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--.gitignore1
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/
12nbdist/ 12nbdist/
13nbactions.xml 13nbactions.xml
14nb-configuration.xml 14nb-configuration.xml
15.DS_Store