mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
[Network_Item] Add item flags to network item so client can distinct some details (#210)
This commit is contained in:
5
kvui.py
5
kvui.py
@@ -340,7 +340,7 @@ class GameManager(App):
|
||||
except Exception as e:
|
||||
logging.getLogger("Client").exception(e)
|
||||
|
||||
def print_json(self, data):
|
||||
def print_json(self, data: typing.List[JSONMessagePart]):
|
||||
text = self.json_to_kivy_parser(data)
|
||||
self.log_panels["Archipelago"].on_message_markup(text)
|
||||
self.log_panels["All"].on_message_markup(text)
|
||||
@@ -420,6 +420,9 @@ class KivyJSONtoTextParser(JSONtoTextParser):
|
||||
"blue": "6495ED",
|
||||
"magenta": "EE00EE",
|
||||
"cyan": "00EEEE",
|
||||
"slateblue": "6D8BE8",
|
||||
"plum": "AF99EF",
|
||||
"salmon": "FA8072",
|
||||
"white": "FFFFFF"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user