Moving The Background

Discuss authoring naninovel scenario scripts.
Post Reply
danielduarte
Posts: 2
Joined: 11 Mar 2022 20:01

Moving The Background

Post 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

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: Moving The Background

Post 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.

Post Reply