Closed Noriverwater closed 1 day 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.
atl_wiggle()
Change the code like this.
init python: test = atl_swiggle(deviation=40, fast_forward=3) camera: function test
I do thing like this:
But every time the dialogue progresses,
atl_wiggle()
function resets the position.