mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08: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).