mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
"hide letterbox on startup"
This commit is contained in:
parent
edeaeabd87
commit
5b7e1d9b63
@ -357,6 +357,8 @@ class Transitions:
|
||||
self.letterboxTop.setBin('sorted',0)
|
||||
self.letterboxBottom.setBin('sorted',0)
|
||||
self.letterbox.reparentTo(render2d, -1)
|
||||
self.letterboxOff()
|
||||
|
||||
def noLetterbox(self):
|
||||
"""
|
||||
Removes any current letterbox tasks and parents the letterbox polygon away
|
||||
|
Loading…
x
Reference in New Issue
Block a user