fix: default deathscreen animation to disabled
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ export const config = new Store<AppConfig>({
|
|||||||
},
|
},
|
||||||
ui: {
|
ui: {
|
||||||
showExitButton: true,
|
showExitButton: true,
|
||||||
deathscreenAnimation: true,
|
deathscreenAnimation: false,
|
||||||
hideMenuPopups: false,
|
hideMenuPopups: false,
|
||||||
menuTimer: true,
|
menuTimer: true,
|
||||||
doublePing: true,
|
doublePing: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user