summaryrefslogtreecommitdiff
path: root/GfxEditor.cs
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-05-18 01:34:00 +0000
committerIan C <ianc@noddybox.co.uk>2005-05-18 01:34:00 +0000
commitcac0e5a6f3baeaa2e891677c79bba00ff3c44e1a (patch)
tree79af3f1c867974c49bb0bb492daea721b6f37fc3 /GfxEditor.cs
parent81ed3c21ad7624a383a721c9509f671bd6f5ac23 (diff)
Development changes
Diffstat (limited to 'GfxEditor.cs')
-rw-r--r--GfxEditor.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/GfxEditor.cs b/GfxEditor.cs
index 0b09ce3..f5f002a 100644
--- a/GfxEditor.cs
+++ b/GfxEditor.cs
@@ -63,6 +63,8 @@ namespace BitmapFontEd
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label m_recent8;
+ public const int MAX_SIZE=32;
+
private const uint SIZE=256;
private Color TRANS=Color.Empty;