hiulit (Bunny Bomber Blast! on exA-Arcadia) Profile picture
Games: - Murtop https://t.co/uSPNn7PNAg - Bunny Bomber Blast https://t.co/E24pKTurfO
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