Mark Sibly 7 年之前
父节点
当前提交
6d45a37c09
共有 1 个文件被更改,包括 1 次插入1 次删除
  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