Merge pull request #317 from cuu/master

warehouse tic80 icon bug
This commit is contained in:
GNU 2019-12-29 00:12:54 +08:00 committed by GitHub
commit 6ba59fc9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"