haxegon / zeedonk

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

setfont doesn't work if called globally #316

Closed increpare closed 9 years ago

increpare commented 9 years ago
Text.setfont(Font.TINY,1);

function update(){
  Text.display(0,0,"GANON");
}