summaryrefslogtreecommitdiff
path: root/__main__.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-05 20:33:53 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-05 20:33:53 -0300
commitce3df6d3900526b089f75ee7189f3442261f948f (patch)
tree31d443497d43e086632f090a44e8986448ce2d8f /__main__.py
parent4426deca3536f65f718aa829dca395dc15cfe114 (diff)
downloadtkinter-ce3df6d3900526b089f75ee7189f3442261f948f.tar.gz
tkinter-ce3df6d3900526b089f75ee7189f3442261f948f.tar.bz2
tkinter-ce3df6d3900526b089f75ee7189f3442261f948f.tar.xz
tkinter-ce3df6d3900526b089f75ee7189f3442261f948f.zip
[skip ci] Some notes and minor fixes. Currently, this version uses ~45 MB RAM.
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/