mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 03:47:02 +00:00
6cff589b5b
`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).