Feat : Beta animations

This commit is contained in:
2024-06-30 14:51:06 +02:00
parent 1fbe9a57ee
commit 28bc888cb1
9 changed files with 173 additions and 77 deletions
+1
View File
@@ -8,6 +8,7 @@ enum CardStyles {
export const useSettingsStore = defineStore("settingstore", {
state: () => ({
cardStyle: CardStyles.HERON,
animationSpeed: 100,
shaderQuality: 3,
shaderFramerate: 10,
shaderPixelated: true,