hiulit Profile picture
New game: #Murtop (WIP) I make open-source stuff for the @godotengine and the @RetroPieProject. Support: - https://t.co/KsWe2jzTYo - https://t.co/cFyX6gvW9s
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