Answers for "how to get screen width and height in godot"

Go
2

how to get screen width and height in godot

var projectResolution=Vector2(Globals.get("display/width"),Globals.get("display/height"))
Posted by: Guest on January-12-2021

Code answers related to "how to get screen width and height in godot"

Browse Popular Code Answers by Language