Search found 2 matches

by ZeroDragon
Wed Oct 08, 2014 6:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Camera shake effect
Replies: 2
Views: 480

Re: Camera shake effect

If the default xanchor is 0.5, then that would equal the x coordinate would equal to 400 on the screen for on an image that's 800px wide. If I set xpos to -200, then the image would end up shifting left by 600 so shouldn't I still see 200px of my image on the screen? And also for my second question,...
by ZeroDragon
Wed Oct 08, 2014 5:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Camera shake effect
Replies: 2
Views: 480

Camera shake effect

I have a background that takes up the whole window (800 x 600), and if I change it's xpos and ypos to something like -200 without setting anchor values, it disappears completely off of the visible window: show bg rooftop: linear 3.0 xpos -200 ypos -200 But if I add anchors, then it works properly: s...