480x352 seems like a weird choice since it's only 8 pixels away from 480x360 which is the proper 4:3 aspect ratio. 360p is also known for scaling better to 1080p full screen.
@LunaCelyn2 жыл бұрын
It is UNLESS there is a title bar and a task bar.
@Chevifier3 жыл бұрын
You could think of the width and height setting as the internal resolution and the test width and height as the "physical" resolution. i.e what screen resolution its expected to run on.
@davidmurphy5633 жыл бұрын
Excellent sum up, thank you.
@jerodburnett64223 жыл бұрын
I could be wrong but I believe you could render the font on a separate view port, that way it won't be affected by the games internal resolution
@realMenta2 жыл бұрын
Really good and simple video. Thanks!
@Structed3 жыл бұрын
Cheers! Very helpful tip with the scaling options. It fixed my scaling issues I came here for 😂
@lkasikakalus1233 жыл бұрын
can you make tut about how to get the right pixel scale when full screen?
@pros_01433 жыл бұрын
Thanks king👑
@Gluosnis9 Жыл бұрын
No tutorial shows how to make your 2d game nicely fill the screen at different aspect ratios.
@5dragoncompany1343 жыл бұрын
Thank you man)) Nice content))
@fanartzone9283 жыл бұрын
what if my basic assets are something like 500x500 pixels, then i resize them to smaller res, put into godot but set the game res (test window) to something like you had, 960x704 or whatever. will it affect the quality (lower the quality) of the assets when someone is playing the game in 960x704?
@jontopielski62273 жыл бұрын
Hmmm I'm not sure I fully understand the question but I'll just mention a couple of things. If you have a base resolution of, let's say, 320 x 180 and all your assets are created to fit inside the 320 x 180 resolution, then having a test resolution of an integer multiple of that base resolution (let's say 3: 320 x 3 and 180 x 3 = 960 x 540) will result in a clean scaling of the game since every pixel is being enlarged by the same amount. If you're at 320 x 180 and you multiply by a non-integer value (let's say 1.5 = 480 x 270) then some of your art might look distorted because a pixel cannot be enlarged by 1.5, so sometimes it will enlarge and other times it won't.
@fanartzone9283 жыл бұрын
@@jontopielski6227 to clarify what i wanted to say. if i have base res for egzample 320x180 but my assets are a lot bigger then i will have to downsize them to fit the 320x180. so they are downsized 1 time to fit it. but then when player has a bigger test resolution it scales to make it bigger. i was curious if this will make the assets lose quality. i want to say that my assets are not made in computer. they are hand drawn-scanned-edited in krita pieces. their size is in general aroun 600x500 pixels. and so far all of them are main character sprite sheets. Sorry if its complicated.
@ollie-d3 жыл бұрын
@@fanartzone928 If you're working with a canvas smaller than your sprites you should downsample your sprites I think. I think it's safer to downsample them using your image editor and fix any weird glitches before importing them into Godot. Otherwise you can just use a larger scale 16:9 resolution like 1920x1080 if your game is going to be played in larger resolutions so that you can take advantage of your drawings in their original resolutions. I have no experience with this, just giving my thoughts
@PortStingray6 ай бұрын
Tysm, I was looking for a good size until i found viewpoint
@switch32 жыл бұрын
Any ways to get the best of both worlds? To have pixel perfect graphics using the Viewport stretch mode while preventing pixel snapping during movements.
@flowekk41813 жыл бұрын
Great, thank you!
@shindig9000 Жыл бұрын
What are your tips on finding fonts that work like that?
@Jupedanimaciones3 жыл бұрын
Great video!!
@Haykke Жыл бұрын
Great vid m8
@nts_nattersia7276 Жыл бұрын
thank!
@TheMaJestic142 жыл бұрын
do you still have that 8bit font XD
@jontopielski62272 жыл бұрын
I'm not sure which font it is, but most of my fonts are grabbed from this site: www.pentacom.jp/pentacom/bitfontmaker2/gallery/
@youtAccMe3 жыл бұрын
So basically, for picking a resolution (canva size) for my game if i pick for example 320x180 res it's going to scale up to 1920x1080 by itself when i build the game and play it in a pc monitor right? Also, for making something like 2d shooters where you have a rotating weapon, pixels get distorted when the gun sprite gets rotated so should i just pick a big resolution and scale up everything to resolve the issue ?
@alexrocha24443 жыл бұрын
i tried 320x160 for scale to 1280x640, that's good for me