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

Makes execCommand() public #16

Closed dsaltares closed 8 years ago

dsaltares commented 8 years ago

This would allow developers to read a set of commands from a file at run them at startup, very much like a .bashrc file.

dsaltares commented 8 years ago

Thanks! Any chance of doing a minor release to include these changes?

StrongJoshua commented 8 years ago

Doing that now. Should be up soon.

dsaltares commented 8 years ago

Thanks a lot, appreciate it.

StrongJoshua commented 8 years ago

I'm presently having some difficulties with GPG, so apologies about this taking longer than expected.

dsaltares commented 8 years ago

No worries! Simply let me know here or is there a Twitter account/blog I should follow?

StrongJoshua commented 8 years ago

Well you can always check my website: http://strongjoshua.com/projects/games/in-game_console But I've figured it out and the plugin has been updated to 0.3.3 which you can now download from maven.

dsaltares commented 8 years ago

Awesome, cheers.