tiagolr / dconsole

Haxe game-like console that provides runtime acess to methods, variables and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub example - GC location, and setFont doesn't exist

bradparks opened this issue · comments

Hey! Thanks for the great work.... looks awesome.... I've got it added to a haxeflixel project, and noticed that:

on the github readme, it says:

"If you're not using Windows, default font may look bad, use GC.setFont() in that case."
but there's no "setFont" method on GC

and I installed it using haxelib, so I didn't see initially where to import GC from, so maybe the example on the GitHub readme should have:

import pgr.gconsole.GC;

at the top of the example....

Thanks so much!

Brad

Thanks, the stuff you mentioned is very important, the readme is now much better ^^.