full early game polished up, flavor text now properly capitalizes names

This commit is contained in:
2025-08-07 15:37:23 -07:00
parent 8f7f173108
commit 5c3d34aafa
7 changed files with 175 additions and 13 deletions

View File

@@ -5,7 +5,8 @@ from . import core
path_storagedir = pathlib.Path()
class JS_API:
debug_mode = False
def __init__(self):
self.debug_mode = False
def load_data(self, key):
if not (path_storagedir / key).exists():