summaryrefslogtreecommitdiff
path: root/designer.bmx
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-10-02 02:08:48 +0000
committerIan C <ianc@noddybox.co.uk>2005-10-02 02:08:48 +0000
commit7ff4818c925a84230b5f5386fd90198f6419044a (patch)
tree89cd6d69782cff39ce8a27cc6d36fa3f9b1e256f /designer.bmx
parent2f3aeb2c37136463c73a1df65797d7996b6f6034 (diff)
Added initial Menu code.
Diffstat (limited to 'designer.bmx')
-rw-r--r--designer.bmx4
1 files changed, 1 insertions, 3 deletions
diff --git a/designer.bmx b/designer.bmx
index 9afde62..e5ded2c 100644
--- a/designer.bmx
+++ b/designer.bmx
@@ -58,7 +58,7 @@ Type TDesObj Abstract
End Method
Method DrawCoord(x:Int, y:Int)
- GameGFX.guifont.Draw(x+","+y,0,0)
+ GameGFX.font.Draw(x+","+y,0,0)
End Method
Method DoubleString:String(v:Double)
@@ -432,8 +432,6 @@ Type Designer
obj = CreateList()
- TGUIFont.font = GameGFX.guifont
-
levelset = New TLevelSet
level = New TLevel
levelindex = 0