Skip to content

Commit

Permalink
Modify update default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoozza committed Sep 9, 2023
1 parent 376c9d0 commit f40f23f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/settings/client/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const defaultGameSettings: GameSettingsData = {
// actionSnap: false,
allowServerMods: true,
// language: "en",
screenShake: true,
screenShake: false,
screenshotAfterRound: false,
};

Expand Down
4 changes: 2 additions & 2 deletions src/settings/client/graphics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const defaultGraphicsSettings: GraphicsSettingsData = {
forcedBackgroundTopColor: "#0000FF",

limitFPS: true,
maxFPS: 60,
maxFPS: 500,

weatherEffects: true,
smoothEdges: false,
Expand All @@ -67,7 +67,7 @@ const defaultGraphicsSettings: GraphicsSettingsData = {
killsList: true,

verticalSync: false,
dithering: false,
dithering: true,
};

class GraphicsSettings implements GraphicsSettingsData {
Expand Down

0 comments on commit f40f23f

Please sign in to comment.