Mark Sibly 7 years ago
parent
commit
6d45a37c09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bananas/bitmapfont/bitmapfont.monkey2

+ 1 - 1
bananas/bitmapfont/bitmapfont.monkey2

@@ -34,7 +34,7 @@ Class MyWindow Extends Window
 		'Example of loading a ttf font directly
 '		Style.Font=FreeTypeFont.Load( "asset::fonts/DejaVuSans.ttf",32 )
 		
-		'Example of loading a simple image font where chars are 5x12
+		'Example of loading a simple image font where chars are 15x36
 '		Style.Font=ImageFont.Load( "asset::gnsh-bitmapfont-colour1.png",15,36 )
 
 		'Example of loading a monochrome angel font