mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Fix buttons hiding behind catalog screen.
This commit is contained in:
parent
cb9b4f8d09
commit
c8919bf0aa
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class CatalogScreen(DirectFrame):
|
|||
def __init__(self, parent = aspect2d, **kw):
|
||||
guiItems = loader.loadModel('phase_5.5/models/gui/catalog_gui')
|
||||
background = guiItems.find('**/catalog_background')
|
||||
background.setBin("background", 10)
|
||||
guiButton = loader.loadModel('phase_3/models/gui/quit_button')
|
||||
guiBack = loader.loadModel('phase_5.5/models/gui/package_delivery_panel')
|
||||
optiondefs = (('scale', 0.667, None),
|
||||
|
|
Loading…
Reference in a new issue