Set default game FPS to 20
This commit is contained in:
parent
40c05a7905
commit
5b233a6c48
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class LocalUserStore {
|
|||
localStorage.setItem(gameQualityKey, "" + value);
|
||||
}
|
||||
getGameQualityValue(): number {
|
||||
return parseInt(localStorage.getItem(gameQualityKey) || "60");
|
||||
return parseInt(localStorage.getItem(gameQualityKey) || "20");
|
||||
}
|
||||
|
||||
setVideoQualityValue(value: number): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue