how to get screen width and height in godot
var projectResolution=Vector2(Globals.get("display/width"),Globals.get("display/height"))
how to get screen width and height in godot
var projectResolution=Vector2(Globals.get("display/width"),Globals.get("display/height"))
godot get screen size
var screenSize = Vector2(0,0)
screenSize.x = get_viewport().get_visible_rect().size.x # Get Width
screenSize.y = get_viewport().get_visible_rect().size.y # Get Height
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us