This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Configuration file
general {
# Hide update notifications [default: false]
B:"Hide Updates"=false
# Clamps the max UI height (-1 to disable) [range: -1 ~ 2147483647, default: -1]
I:"Max GUI Height"=-1
# Clamps the max UI width (-1 to disable) [range: -1 ~ 2147483647, default: -1]
I:"Max GUI Width"=-1
# The current questing theme [default: betterquesting:light]
S:Theme=betterquesting:light
# Jumps the user to the last opened quest [default: true]
B:"Use Quest Bookmark"=true
}