Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hey I fixed multi-monitor setup (probably not all, can't test it).
In Overlay.gd In make_overlay_fullscreen() add:
var screen_position = DisplayServer.screen_get_position(id_screen)
and change:
get_tree().get_root().set_position(screen_position)
hope it helps.
Can't wait for 1.3 on github!

(+1)

Thanks ! I just published a new release with your fix.

Also the 1.3 code is online.

Is this meant to censor all monitors or just all it to censor a single monitor when you have multiple screens?

Only one monitor, but I never tested it myself.