Allow using vsync

This commit is contained in:
2024-05-24 17:49:08 +02:00
parent 4ea5c25a47
commit 351cc06495
3 changed files with 18 additions and 8 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ enum CardStyles {
export const useSettingsStore = defineStore("settingstore", {
state: () => ({
cardStyle: CardStyles.HERON,
shaderQuality: 0,
shaderFramerate: 10,
shaderPixelated: false
shaderQuality: 3,
shaderFramerate: 0,
shaderPixelated: true
}),
actions: {
switchCardStyles() {