kyouryuukunn / renpy-ActionEditor3

125 stars 13 forks source link

Position will reset with interaction when using the `atl_wiggle()` function in the camera block #41

Closed Noriverwater closed 1 day ago

Noriverwater commented 6 days ago

I do thing like this:

    camera:
        function atl_swiggle(deviation=40, fast_forward=3)

But every time the dialogue progresses, atl_wiggle() function resets the position.

kyouryuukunn commented 1 day ago

Change the code like this.

init python:
        test = atl_swiggle(deviation=40, fast_forward=3)

camera:
    function test