mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Hide drop shadow for Donald
This commit is contained in:
parent
bd580fdf2e
commit
ff8eade3a5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class DDSafeZoneLoader(SafeZoneLoader.SafeZoneLoader):
|
|||
self.donald.setPos(0, -1, 3.95)
|
||||
self.donald.reparentTo(self.boat)
|
||||
self.donald.setHat(48, 0, 0)
|
||||
self.donald.hideShadow()
|
||||
|
||||
random.shuffle(TTLocalizer.DonaldChatter)
|
||||
self.donaldSpeech = self.donald.createTalkSequence(TTLocalizer.DonaldChatter, 15)
|
||||
|
|
Loading…
Reference in a new issue