Moving The Background

Posted: 11 Mar 2022 20:04
by danielduarte

Hello I am trying to move the background to make it look like the player is walking through it so i was going to change the camera so it doesnt have as iuch view on the background - is there a way to do this or is there another way to do this in naninovel - not exactly sure how it is done through script or background pose


Re: Moving The Background

Posted: 12 Mar 2022 07:48
by idaot

You can either use the offset parameter in @camera (https://naninovel.com/api/#camera) or pos/position in @back (https://naninovel.com/api/#back) to move the camera and background respectively.