From 7597ae93f38aaa32b099b19a3b65b96196f735e3 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 2 Jun 2012 18:46:15 -0400 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7a4e988..2e27473 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ dist/ nbdist/ nbactions.xml nb-configuration.xml +.DS_Store -- cgit 1.4.1