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

Cannot update viewport on window resize #58

Open yavl opened 3 years ago

yavl commented 3 years ago

Stage is private in GUIConsole class.

6money commented 2 years ago

I know this issue is a year old, but if helps other people that run into this issue: calling console.refresh() in your Screen's resize method will resize the console window