Make a fullscreen in GDScript

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

Hello!
I want that when the I set the window to fullscreen. The sprites change automaticaly their size. But I want to set this in GDScript

i dont know if this what you or not but
at top left corner

click project > project setting > general
then scroll down find Display > window
at bottom you find strech > aspect
you can take choice expand or keep hight/width or keep both.
if you take expand sometime pixel become blur or not match, but if take keep, will keep you pixel but sometime have blank both side. not sure how to explain . you can tried it.

sorry for my broken eng

potatobanana | 2019-03-04 15:42

:bust_in_silhouette: Reply From: Eric Ellingson

This should work just fine:

OS.window_fullscreen = true