Pan image camera down to up

Honey hunters

Member
Jan 23, 2020
118
26
Hello everyone I'm new Ren'Py coding, in my game I want to add Pan camera from down to up , like I want to show first my character from feet to head and back to normal image , here it is the example image I want to show from feet to head 327220_wife1.jpg

Soo I'm glad to know that you can help me in coding. Thank you
 

jon95

Member
Game Developer
Sep 29, 2018
176
392
Python:
scene x_image:
        pos (0.0, -1.55) zoom 2
        linear 10 pos (0.0, 0.0)
        zoom 1
I think this might help you you can change the number pased on the size of the image you want to show
ps. nice image :)