roydbt@lemmy.worldOPtoGodot@programming.dev•[HELP] Creating a pixel art game for mobile
1·
27 days agoAnd where should I put that? In a _reaay
or a _process
?
And where should I put that? In a _reaay
or a _process
?
I did set the aspect to expand, but when I set the scaling mode to integer instead of fractional it adds the black bars
Thanks, setting
get_window().content_scale_size = DisplayServer.window_get_size() / 3
works! Now I only have to figure out what 3 stands for