FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.94k stars 2.29k forks source link

Possible 1080P (or higher) native resolution in the future? #267

Closed cryptofyre closed 5 months ago

cryptofyre commented 3 years ago

Playing the game on a 1080P display in full screen appears really pixelated due to the scaling down to 720P perhaps this could be changed in a later update to the desktop builds for a better playing experience?

I took a look at some of the assets and with a little upscaling some of the menu backgrounds look fine on 1080P but the scenes and positions of the sprites appear out of place likely due to how its set its in the XML. perhaps a settings menu could change these for those who want a bigger playfield?

This isn't a huge deal overall but it would help the overall quality of life of the game and the usability of the on screen counters especially on a 4K display with a capable graphics card.

Anyways keep up the great work!

ActualMandM commented 3 years ago

Full-screening the game (pressing F at the title screen or Alt+Enter anytime) makes the game render at the resolution you are currently running at.

cryptofyre commented 3 years ago

Full-screening the game (pressing F at the title screen or Alt+Enter anytime) makes the game render at the resolution you are currently running at.

This just stretches the window to span across your display. This does not actually modify the game canvas size or the sprite size making everything appear pixelated.

ActualMandM commented 3 years ago

I am pretty sure it renders at the desktop resolution when full-screened. This is with a modified camera zoom.

image 2021-01-24_22-36-07_Discord
regulad commented 3 years ago

When full screened using ALT-ENTER or F it does not change the internal render resolution. As for when the size of the window is changed, IDFK maybe.

cryptofyre commented 3 years ago

Yes that does appear to be the case. Nothing is actually "changed" asset wise making everything appear blurry as it would if you clicked ALT+ENTER on any other game with a 720P internal resolution.