mirror of
https://github.com/javl/image2cpp.git
synced 2026-09-11 17:13:20 +00:00
GFXbitmapFont correction
This commit is contained in:
+1
-2
@@ -846,9 +846,8 @@
|
||||
image.glyph :
|
||||
String.fromCharCode(firstAschiiChar++)) + "'"
|
||||
+ " }"
|
||||
+ " // '" + image.glyph + "'"
|
||||
if(image != images.last()) code += ",";
|
||||
code += "\n";
|
||||
code += " // '" + image.glyph + "'\n";
|
||||
offset += image.canvas.width;
|
||||
});
|
||||
code += "};\n";
|
||||
|
||||
Reference in New Issue
Block a user