mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
`OS.get_screen_scale` will now return the `window.devicePixelRatio` value, `OS.get_screen_dpi` uses CSS media queries to find approximate DPI value for the current display. `OS.get_screen_size` also return the actual screen size (not the CSS pixel size).