TeamSweepy / Greywater

Repo for Greywater Isometric RPG
2 stars 0 forks source link

Text Render Glitch #25

Closed Jeremy-Barnes closed 9 years ago

Jeremy-Barnes commented 10 years ago

When the game is in fullscreen mode, no text displays in dialog box.

Biodiscus commented 10 years ago

When going full screen, is the screen native or do we set it ourselfs to a custom size?

Jeremy-Barnes commented 10 years ago

Screen native. Its this line of code that makes it fullscreen: cfg.setFromDisplayMode(LwjglApplicationConfiguration.getDesktopDisplayMode());

In the desktop main class - https://github.com/TeamSweepy/Greywater/blob/master/Greywater-desktop/src/com/teamsweepy/greywater/Main.java

Jeremy-Barnes commented 9 years ago

Addendum to this bug, when the game is at any size other than 1600x900 the text doesn't show up. That makes it sound like the window contents don't scale at all and this may be an easy fix.