- Sep 25, 2019
- 996
- 914
IMAGE NOT FOUND BUG:
In the intro, when you are busted looking up Ava's skirt.
ep1_movie_definitions.rpy
The .PNG is in game/Content/ep1/01 folder and needs to moved to just game/Content
Here is a copy to use
In the intro, when you are busted looking up Ava's skirt.
ep1_movie_definitions.rpy
Python:
image r_ev_ten = Movie(play="content/ep1/01/r_ev_ten_react.webm", loop=False, image="content/r_ev_ten_react.png")
Here is a copy to use