mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Set Cast GUI as a background so laff meter doesn't appear behind it.
This commit is contained in:
parent
059b7801cb
commit
43c45cc285
1 changed files with 1 additions and 0 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue