mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
FF1: update some client texts
This commit is contained in:
7
kvui.py
7
kvui.py
@@ -365,6 +365,13 @@ class TextManager(GameManager):
|
||||
base_title = "Archipelago Text Client"
|
||||
|
||||
|
||||
class FF1Manager(GameManager):
|
||||
logging_pairs = [
|
||||
("Client", "Archipelago")
|
||||
]
|
||||
base_title = "Archipelago Final Fantasy 1 Client"
|
||||
|
||||
|
||||
class LogtoUI(logging.Handler):
|
||||
def __init__(self, on_log):
|
||||
super(LogtoUI, self).__init__(logging.INFO)
|
||||
|
Reference in New Issue
Block a user