summaryrefslogtreecommitdiff
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
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.
-rwxr-xr-x__main__.py4
-rw-r--r--_info.py8
2 files changed, 8 insertions, 4 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/
diff --git a/_info.py b/_info.py
index 8de6b82..9f43109 100644
--- a/_info.py
+++ b/_info.py
@@ -21,7 +21,7 @@ Eventually, this reality broke into other minor ones, and story was rewritten.\n
And in one of the minor realities which came to be from the bigger one...\n\
Lies this small world, the last to appear...\n\
\n\
-{b}Moubootaur Legends{/b}."
+Moubootaur Legends."
#################################################################################
## TMW Classic
@@ -45,7 +45,7 @@ But then came greed, with greed a war, and one of them perished.\n\
This unleashed chaos again in the world, and in a call for adventurers,\n\
many decided to risk their lives in a journey to Candor Island in...\n\
\n\
-{b}The Mana World: Classic{/b}."
+The Mana World: Classic."
#################################################################################
## TMW rEvolt
@@ -67,7 +67,7 @@ Adventurers were on pursuit, when something happened.\n\
Maybe you know, maybe you don't...\n\
But these adventurers shall once again regroup, and finish what was started...\n\
\n\
-{b}The Mana World: rEvolt{/b}."
+The Mana World: rEvolt."
#################################################################################
## TMW Crossroads
@@ -82,4 +82,4 @@ Thus, life cannot exist from itself.\n\
\n\
Make sure to anchor yourself to a Home World, before venturing further into\n\
\n\
-{b}The Crossroads{/b}."
+The Crossroads."