Godot Version
Godot 4.5stable - Linux version
Question
I’m new to Godot and I’m currently facing some issues when trying to run the game. Specifically, the run window doesn’t work as it should in windowed mode.
- First, it duplicates itself in a weird fashion where the actual game presents itself in offset from the actual window’s limits.
- Second, while I can select the icons on the top and they retain functionality, I can’t interact with the game borders. At the non-offset part, whenever I click on it the offset part dissapears and then it appears back after a second, while the offset part registers no input whatsoever, if there is something behind the window, it will get selected instead.
- Third, the game accepts no inputs even though I’ve setup some movement keybinds for my character, it will, however, move whatever other thing I had selected before pressing play, like the player node in the scene.
- Fourth, all works fine in fullscreen mode.
