From 9e389b985d03f6c9d4cbab55740b26ba6b8aa3df Mon Sep 17 00:00:00 2001 From: John Cote Date: Mon, 25 May 2015 01:20:35 -0400 Subject: [PATCH] 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. --- toontown/toontowngui/ToontownLoadingScreen.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/toontown/toontowngui/ToontownLoadingScreen.py b/toontown/toontowngui/ToontownLoadingScreen.py index 9f5213d7..0ee402c8 100755 --- a/toontown/toontowngui/ToontownLoadingScreen.py +++ b/toontown/toontowngui/ToontownLoadingScreen.py @@ -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)