diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-02-05 20:33:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-05 20:33:53 -0300 |
commit | ce3df6d3900526b089f75ee7189f3442261f948f (patch) | |
tree | 31d443497d43e086632f090a44e8986448ce2d8f | |
parent | 4426deca3536f65f718aa829dca395dc15cfe114 (diff) | |
download | tkinter-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__.py | 4 | ||||
-rw-r--r-- | _info.py | 8 |
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/ @@ -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." |