(idk if when i post this the image will show but oh well)
basically the bed is overlapping the MC, i tried to make the MC move forward etc but they just wont budge </3
is there any way to fix this? ive tried seeing yt tutorials but nothing is helping
Code:
INT. LUXURY PENTHOUSE BEDROOM - DAY @transition fade in black @pan to zone 3 @KAGAMI changes into KAGAMI_sleepoutfit1
@KAGAMI walks to screen right AND KAGAMI is walk_exhausted_loop
That background has a built in overlay. You’ll have to layer the overlay at a lower layer than the character. You can check out this guide to learn how to do that
INT. LUXURY PENTHOUSE BEDROOM - DAY with INT. LUXURY PENTHOUSE BEDROOM - DAY
&overlay INT. LUXURY PENTHOUSE BEDROOM - DAY shifts to 0 0 in zone 1 AND overlay INT. LUXURY PENTHOUSE BEDROOM - DAY scales to 1.000 1.000 AND overlay INT. LUXURY PENTHOUSE BEDROOM - DAY moves to layer 1 @transition fade in black @pan to zone 3
@/KAGAMI changes into KAGAMI_sleepoutfit1
@/KAGAMI walks to screen right AND KAGAMI moves to layer 10 AND KAGAMI does it while walk_exhausted_loop
Just like @Dara.Amarie said, its a built in overlay. You need to add the overlay and change layer to a lower value than the character.