mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Samir: fixing bug in npc subtitles
This commit is contained in:
parent
22bd600524
commit
b37c71d56b
@ -368,9 +368,9 @@ class Transitions:
|
||||
LerpPosInterval(self.letterboxTop, t,
|
||||
pos = Vec3(0, 0, 0.8),
|
||||
startPos = Vec3(0, 0, 1)),
|
||||
LerpColorInterval(self.letterbox, t,
|
||||
color = self.alphaOn,
|
||||
startColor = self.alphaOff),
|
||||
#LerpColorInterval(self.letterbox, t,
|
||||
# color = self.alphaOn,
|
||||
# startColor = self.alphaOff),
|
||||
),
|
||||
name = self.letterboxTaskName,
|
||||
)
|
||||
@ -394,10 +394,6 @@ class Transitions:
|
||||
LerpPosInterval(self.letterboxTop, t,
|
||||
pos = Vec3(0, 0, 1),
|
||||
startPos = Vec3(0, 0, 0.8)),
|
||||
LerpColorInterval(self.letterbox, t,
|
||||
color = self.alphaOff,
|
||||
startColor = self.alphaOn),
|
||||
),
|
||||
name = self.letterboxTaskName,
|
||||
)
|
||||
if finishIval:
|
||||
|
Loading…
x
Reference in New Issue
Block a user