So, what I'm writing is something like :
Code: Select all
image bg chamber = "chamber.jpg"
image black = "#000"
label start:
scene black
text
some other text
scene bg chamber
with dissolve
and other textOh, and when I'm at it, why do the images always have "bg" in their name when I see exemple, when it's doing just fine without this "bg" (so just image chamber = "chamber.jpg") ?
Thank you for everything !

