From 9062cc8e9b13b3fefb6486452661346796dd4f89 Mon Sep 17 00:00:00 2001 From: cuu Date: Sun, 29 Dec 2019 00:11:14 +0800 Subject: [PATCH] warehouse tic80 icon bug --- Menu/GameShell/21_Warehouse/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Menu/GameShell/21_Warehouse/__init__.py b/Menu/GameShell/21_Warehouse/__init__.py index aad6bc5..13fc86e 100644 --- a/Menu/GameShell/21_Warehouse/__init__.py +++ b/Menu/GameShell/21_Warehouse/__init__.py @@ -497,7 +497,7 @@ class GameStoreListItem(InfoPageListItem): self._Icons["ware"].NewCoord( 4, (self._Height - self._Icons["ware"]._Height)/2 ) self._Icons["ware"].DrawTopLeft() - if self._Type == "launcher" or self._Type == "pico8": + if self._Type == "launcher" or self._Type == "pico8" or self._Type == "tic80": _icon = "app" if self._ReadOnly == True: _icon = "appdling" @@ -549,14 +549,14 @@ class GameStorePage(Page): def __init__(self): Page.__init__(self) self._Icons = {} - self._MyStack = RPCStack() - #title file type + self._MyStack = RPCStack() + #title file type ## Two level url , only github.com repos = [ {"title":"github.com/clockworkpi/warehouse","file":"https://raw.githubusercontent.com/clockworkpi/warehouse/master/index.json","type":"source"} ] - self._MyStack.Push(repos) + self._MyStack.Push(repos) def GObjectUpdateProcessInterval(self): ret = True