summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-15 13:58:54 +0000
committerpixel <pixel>2003-03-15 13:58:54 +0000
commit9e10d2993989a4f6d1b72a8c9d5f7480b0c0f006 (patch)
tree143c2ba780ae9c3e91801d0c327a70d29c2f8778 /src
parent2ef9753588b02155faf8bc5a176e4fcf7489dae2 (diff)
Toying with shapes
Diffstat (limited to 'src')
-rw-r--r--src/font.binbin66823 -> 66823 bytes
-rw-r--r--src/test.cc4
2 files changed, 4 insertions, 0 deletions
diff --git a/src/font.bin b/src/font.bin
index 10e1b48..7a4f427 100644
--- a/src/font.bin
+++ b/src/font.bin
Binary files differ
diff --git a/src/test.cc b/src/test.cc
index a3a4230..a9f7716 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -51,6 +51,10 @@ virtual int startup() throw (GeneralException) {
"I can't believe it!\n"
);
+ mogltk::shape::box3d(50, 150, 150, 200);
+ mogltk::shape::obox3d(50, 250, 150, 300);
+ mogltk::shape::window(50, 350, 150, 400, "Titre pas beau");
+
mogltk::shape::box(MIN(sx1, sx2), MIN(sy1, sy2), MAX(sx1, sx2), MAX(sy1, sy2), AlphaBlue);
font.putcursor(550, 400);