From 43c45cc2850688728a61d5b483e086e730085734 Mon Sep 17 00:00:00 2001 From: John Cote Date: Wed, 8 Jul 2015 08:24:41 -0400 Subject: [PATCH] Set Cast GUI as a background so laff meter doesn't appear behind it. --- toontown/safezone/DistributedFishingSpot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toontown/safezone/DistributedFishingSpot.py b/toontown/safezone/DistributedFishingSpot.py index 9eca5fe7..e757171c 100755 --- a/toontown/safezone/DistributedFishingSpot.py +++ b/toontown/safezone/DistributedFishingSpot.py @@ -587,6 +587,7 @@ class DistributedFishingSpot(DistributedObject.DistributedObject): self.timer.posInTopRightCorner() self.timer.hide() self.castGui = loader.loadModel('phase_4/models/gui/fishingGui') + self.castGui.setBin("background", 10) self.castGui.setScale(0.67) self.castGui.setPos(0, 1, 0) for nodeName in ('bucket', 'jar', 'display_bucket', 'display_jar'):