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

Console Looks Weird on Resize #45

Closed Ktar5 closed 5 years ago

Ktar5 commented 5 years ago

https://i.imgur.com/WdciDZn.png Normal windowed mode However when I go to maximize my window: https://i.imgur.com/DEm0TnU.png

Not sure what's goin on.

Blunderchips commented 5 years ago

There is no way to resize the stage that the console sits on

StrongJoshua commented 5 years ago

No follow-up. Closing this issue.

tlitookilakin commented 3 years ago

Having the same problem in v1.0.0 https://imgur.com/a/FFqRbwx This seems to occur no matter what viewport type is applied to the main stage.

Manually resizing the console works better but still yields weird results unless you set it to the size of the viewport.