hiulit (Murtop joystick in the works) Profile picture
Front-end developer by day Game developer by night New game: #Murtop https://t.co/uSPNn7PNAg I make #FOSS for the @godotengine and the @RetroPieProject
Nov 10, 2022 6 tweets 6 min read
Let me show you how I handle multiple resolutions and the "pixel perfect" mode in #Murtop.

Bonus: You can rotate the viewport, so it can be used in a vertical monitor (as the game was intented to be played)

#GodotEngine #gamedev #indiedev #MadeWithGodot Here's the nodes structure and the code.

- "RenderGame" is set to "Full rect", so "BackgroundColor" and "Bezel" can occupy the whole screen.
- "Bezel" (TextureRect) is set to "Expand" and the "Stretch mode" to "Keep Aspect Covered"

#GodotEngine #gamedev #indiedev #MadeWithGodot ImageImage