1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Added 75, 144 and 165hz refresh rates

These are pretty common refresh rates for most monitors, 75 being old
and 165 being somewhat new, but used reasonably often in higher-end
monitors.
This commit is contained in:
Kai Giokas 2020-10-03 23:18:02 -06:00
parent beb09a9e3e
commit 12fe3248df

View File

@ -123,7 +123,7 @@ export const autosaveIntervals = [
},
];
const refreshRateOptions = ["30", "60", "120", "180", "240"];
const refreshRateOptions = ["30", "60", "75", "120", "144", "165", "180", "240"];
if (G_IS_DEV) {
refreshRateOptions.unshift("10");