mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 12:12:36 -06:00
Temporarily place logo on every loading screen
This will be reverted once we get more detailed background art. Currently, the loading screen is rather empty and boring.
This commit is contained in:
parent
64160f9aa9
commit
9e389b985d
1 changed files with 3 additions and 2 deletions
|
@ -162,7 +162,8 @@ class ToontownLoadingScreen:
|
|||
self.gui.setPos(0, -0.1, 0)
|
||||
self.gui.reparentTo(aspect2d, LOADING_SCREEN_SORT_INDEX)
|
||||
self.gui.setTexture(self.background, 1)
|
||||
if self.loadingScreenTex == self.defaultTex:
|
||||
#if self.loadingScreenTex == self.defaultTex:
|
||||
# self.logo.reparentTo(base.a2dpTopCenter, LOADING_SCREEN_SORT_INDEX)
|
||||
self.logo.reparentTo(base.a2dpTopCenter, LOADING_SCREEN_SORT_INDEX)
|
||||
else:
|
||||
self.title.reparentTo(base.a2dpBottomLeft, LOADING_SCREEN_SORT_INDEX)
|
||||
|
|
Loading…
Reference in a new issue