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:
parent
beb09a9e3e
commit
12fe3248df
@ -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) {
|
if (G_IS_DEV) {
|
||||||
refreshRateOptions.unshift("10");
|
refreshRateOptions.unshift("10");
|
||||||
|
Loading…
Reference in New Issue
Block a user