full early game polished up, flavor text now properly capitalizes names
This commit is contained in:
@@ -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():
|
||||
|
Reference in New Issue
Block a user