MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.69k stars 1.34k forks source link

Screenshots shown in-game seem oddly narrow? #3584

Closed Cervator closed 5 years ago

Cervator commented 5 years ago

Might have been an odd UI alignment issue that snuck in recently. A picture is worth a thousand words:

2018-12-23 20_55_00-terasology _ alpha

Considering that the game window is rather wide it makes no sense to me that a screenshot should end up being displayed that narrowly.

Some clues to start looking with: GamePreviewImageProvider.java, SelectGameScreen.java, selectGameScreen.ui

See the NUI tutorial to learn about our UI system: https://github.com/Terasology/TutorialNui/wiki

e-aakash commented 5 years ago

Can I work on this issue?

syntaxi commented 5 years ago

Yup, just submit a pull request when you have enough progress and we can review it.

Use the links in the issue as a good place to get started but feel free to also join our Discord if you get stuck

Vishwaak commented 5 years ago

Can I also work on this issue ?Do we have to make the displayed image scale and fit the game window or instead reduce the size of the gray space area ?

Cervator commented 5 years ago

Closing as completed by #3595 - sorry if anybody else has put in work on the same topic and didn't get it merged first :-)