diff options
author | pixel <pixel> | 2002-12-23 08:07:51 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-23 08:07:51 +0000 |
commit | 0e58972c009fc4d8ad2a69a453eeb6529c619bc7 (patch) | |
tree | 67deb77f044dd7a744c751d6c5a9becd50699f38 /src | |
parent | e6dc945aaa53b0739148b5ba4ebf7f8870e64370 (diff) |
Bleeeeh
Diffstat (limited to 'src')
-rw-r--r-- | src/font-2.bin | bin | 162407 -> 162407 bytes | |||
-rw-r--r-- | src/test.cc | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/font-2.bin b/src/font-2.bin Binary files differindex 4cac824..cad0d34 100644 --- a/src/font-2.bin +++ b/src/font-2.bin diff --git a/src/test.cc b/src/test.cc index 344a737..3b9f3b6 100644 --- a/src/test.cc +++ b/src/test.cc @@ -90,8 +90,8 @@ virtual int startup() throw (GeneralException) { glVertex2f(150, 80); glEnd(); font.setshadow(1); - font.putcursor(10, 10); - font.setcolor(Color(255, 0, 0)); + font.putcursor(10, 30); + font.setcolor(WHITE); font.printf("PixelPawa!\n"); font.printf("It works!!\n"); font.printf("I can't believe it!\n"); |