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:
John Cote 2015-05-25 01:20:35 -04:00
parent 64160f9aa9
commit 9e389b985d

View file

@ -162,8 +162,9 @@ 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:
self.logo.reparentTo(base.a2dpTopCenter, LOADING_SCREEN_SORT_INDEX)
#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)
self.gui.reparentTo(hidden)