From 649a9abf8d394e0e827adff16cb7e5dda8498ca7 Mon Sep 17 00:00:00 2001 From: fireclawthefox Date: Sat, 11 Nov 2017 19:13:10 +0100 Subject: [PATCH] Fix initial usage of letterbox Set start position of letterbox frames to the hidden position Closes: #193 --- direct/src/showbase/Transitions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/showbase/Transitions.py b/direct/src/showbase/Transitions.py index 9e34756404..e26d0e93ec 100644 --- a/direct/src/showbase/Transitions.py +++ b/direct/src/showbase/Transitions.py @@ -347,7 +347,7 @@ class Transitions: frameColor = (0, 0, 0, 1), borderWidth = (0, 0), frameSize = (-1, 1, 0, 0.2), - pos = (0, 0, 0.8), + pos = (0, 0, 1.0), image = barImage, image_scale = (2.25,1,.5), image_pos = (0,0,.1), @@ -362,7 +362,7 @@ class Transitions: frameColor = (0, 0, 0, 1), borderWidth = (0, 0), frameSize = (-1, 1, 0, 0.2), - pos = (0, 0, -1), + pos = (0, 0, -1.2), image = barImage, image_scale = (2.25,1,.5), image_pos = (0,0,.1),