mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 09:48:50 +01:00
warehouse tic80 icon bug
This commit is contained in:
parent
5be4bc20ff
commit
9062cc8e9b
@ -497,7 +497,7 @@ class GameStoreListItem(InfoPageListItem):
|
|||||||
self._Icons["ware"].NewCoord( 4, (self._Height - self._Icons["ware"]._Height)/2 )
|
self._Icons["ware"].NewCoord( 4, (self._Height - self._Icons["ware"]._Height)/2 )
|
||||||
self._Icons["ware"].DrawTopLeft()
|
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"
|
_icon = "app"
|
||||||
if self._ReadOnly == True:
|
if self._ReadOnly == True:
|
||||||
_icon = "appdling"
|
_icon = "appdling"
|
||||||
@ -549,14 +549,14 @@ class GameStorePage(Page):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
Page.__init__(self)
|
Page.__init__(self)
|
||||||
self._Icons = {}
|
self._Icons = {}
|
||||||
self._MyStack = RPCStack()
|
self._MyStack = RPCStack()
|
||||||
#title file type
|
#title file type
|
||||||
## Two level url , only github.com
|
## Two level url , only github.com
|
||||||
|
|
||||||
repos = [
|
repos = [
|
||||||
{"title":"github.com/clockworkpi/warehouse","file":"https://raw.githubusercontent.com/clockworkpi/warehouse/master/index.json","type":"source"}
|
{"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):
|
def GObjectUpdateProcessInterval(self):
|
||||||
ret = True
|
ret = True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user