haxegon / zeedonk

Haxegon + Puzzlescript = Zeedonk!
http://www.zeedonk.net
12 stars 2 forks source link

text.display - font position is different if you set a color sometimes? #325

Closed increpare closed 9 years ago

increpare commented 9 years ago
Gfx.clearscreen(Col.BLUE);
Text.setfont(Font.C64);
var s = "How quickly daft 
jumping zebras vex.";

Text.display(5,Text.CENTER,s.toLowerCase());
Text.display(5,Text.CENTER,s.toLowerCase(),Col.BLACK);

produces

screen shot 2015-09-20 at 12 39 40
TerryCavanagh commented 9 years ago

Really weird! Appears to be part of #307, mysteriously.

increpare commented 9 years ago

spooky shizzle