Set Cast GUI as a background so laff meter doesn't appear behind it.

This commit is contained in:
John Cote 2015-07-08 08:24:41 -04:00
parent 059b7801cb
commit 43c45cc285

View file

@ -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'):