There is a way to change resolution from game? I want to developer a village bigger than the original resolution

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By RyuGold

I want to change the resolution set in project settings because is only for the title screen and the character won’t move on beyond the resolution defined.

:bust_in_silhouette: Reply From: exuin

You can change the resolution with the ProjectSettings Singleton, but I don’t recommend that you randomly change your project resolution in the middle of the game. Instead, change your character controller to be able to move beyond the edge of the screen.

Do you know how I do this? allow the charcter move to beyond to the edge?

RyuGold | 2021-06-02 03:57

Look at this tutorial 2D movement overview — Godot Engine (stable) documentation in English

exuin | 2021-06-02 04:42

I did not see nothing about character headed beyond the edge in this tutorial!

RyuGold | 2021-06-02 17:08

Yeah it’s not mentioned because there’s no reason to mention it. It’s a limitation. The character’s movement does not depend on the screen size.

exuin | 2021-06-02 17:11