StrongJoshua / libgdx-inGameConsole

A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
https://www.strongjoshua.net/projects/games/libgdx-ingame-console
Apache License 2.0
131 stars 35 forks source link

Feature request: setter for the console title #35

Closed tiagolascasas closed 6 years ago

tiagolascasas commented 6 years ago

Hello, I've noticed that the title of the console window, "Console", is hardcoded on line 114 of GUIConsole.java, which is a bummer because I would really like to rename my window to something else. Couldn't this become parameterized or have at least a setter?

StrongJoshua commented 6 years ago

That's a good point. I'll get to it after I finish a bunch of school work I have (so in a couple days, hopefully Wednesday).

StrongJoshua commented 6 years ago

This exists now in version 0.8.0!