Przeglądaj źródła

*** empty log message ***

Joe Shochet 24 lat temu
rodzic
commit
f396f53fd0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      direct/src/showbase/Transitions.py

+ 1 - 1
direct/src/showbase/Transitions.py

@@ -93,7 +93,7 @@ class Transitions:
         self.fade.reparentTo(aspect2d)
         self.fade.setColor(0,0,0,alpha)
 
-    def fadeOutTask(self, task, time=0.5, noFade=1):
+    def fadeOutTask(self, task, time=0.3, noFade=1):
         """
         As a sequence: Fade out, execute the given task, then do a noFade
         if requested