summaryrefslogtreecommitdiff
path: root/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to '__main__.py')
-rwxr-xr-x__main__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/__main__.py b/__main__.py
index fefce51..81e317d 100755
--- a/__main__.py
+++ b/__main__.py
@@ -413,6 +413,9 @@ def greeter(text, _dest=None):
return
## TODO: Settings screen
+## It likely calls world_select() on return so only accessible from there
+## Settings Screen should allow for world linking/unlinking
+## Settings Screen should allow to modify anything in prefs[]
#################################################################################
###### World Selection Screen
def world_select():
@@ -601,3 +604,4 @@ if vaultId < 1:
exit(1)
print("Thanks for playing!")
+## TODO: Also, we want {b}bold{/b} support >.< https://itecnote.com/tecnote/tkinter-python-tkinter-single-label-with-bold-and-normal-text/