![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Sakura37 |
Hello!
I am a begginer and I want to start making games, i have done some little things and i work from my laptop(1280x720). But for other computers, the requirement dimension for a better experience can be 1920x1080,not always 1280x720. I work on a 320x180 2d space(pixel game), so when it resizes it can work for both dimensions.
The question is, what can i do so my game can only have the dimensions 1280x720 for smaller displays and only 1920x1080 for bigger ones? I want to avoid the stretching, because it makes my character a little weird
P.S: I enabled pixel snapping and nearest mipmap filter, and also i have the 2d mode and the "keep"aspect (the weird thing is that my character eyes are just vertical lines, and when i strech my right eye is sometimes bigger, but when i don’t strech it’s normal)
I am saying again, I am a begginer at game coding, I don’t know much, so if you could please include more details, i will be grateful.