Skip to content

Commit

Permalink
Merge pull request #720 from SymmetricDevs/master-quests
Browse files Browse the repository at this point in the history
Quests-0.1.12b
  • Loading branch information
bruberu authored Feb 11, 2024
2 parents 0d082e6 + 9bc75fb commit 8522bf8
Show file tree
Hide file tree
Showing 6 changed files with 924 additions and 389 deletions.
2 changes: 2 additions & 0 deletions build/questbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ def build(args):
for i in sorted(questKeys, key=key):
file.write(i + "=" + questKeys[i] + "\n")

input("Press Enter to exit...")


if (__name__ == "__main__"):
build(parse_args())
4 changes: 2 additions & 2 deletions config/betterquesting.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ general {
B:"Spawn with Quest Book"=true

# The current questing theme [default: betterquesting:light]
S:Theme=midnight:dark
S:Theme=supersymmetry:supersymmetry

# Jumps the user to the last opened quest [default: true]
B:"Use Quest Bookmark"=true

# If view mode enabled, User can view all quests [default: false]
B:"View mode"=false
B:"View mode"=true

# Zoom in on cursor. If false, zooms in on center of screen. [default: true]
B:"Zoom In on Cursor"=true
Expand Down
Loading

0 comments on commit 8522bf8

Please sign in to comment.