- May 18, 2017
- 403
- 3,446
Hello Guys,
Im trying to get the camera effect that shows and image from top to bottom, im rendering images that are 1920x1080 but i want to show an image in the game that is 1920x2160, so the effect that i want is. Move the camera from bottom to top and vice versa in renpy. trying to get the effect ive seen in other games but im having some difficulties getting results. i looked at the tutorial and the renpy website but havent gotten the answer - below is the code im trying to do.
show image (1920x2160) with dissolve
yalign 0.0
linear yalign 1.0
show image ( 1920x1080) with dissolve
any help is greatly appreciated
thanks
Im trying to get the camera effect that shows and image from top to bottom, im rendering images that are 1920x1080 but i want to show an image in the game that is 1920x2160, so the effect that i want is. Move the camera from bottom to top and vice versa in renpy. trying to get the effect ive seen in other games but im having some difficulties getting results. i looked at the tutorial and the renpy website but havent gotten the answer - below is the code im trying to do.
show image (1920x2160) with dissolve
yalign 0.0
linear yalign 1.0
show image ( 1920x1080) with dissolve
any help is greatly appreciated
thanks