Bug Report:
When not skipping and letting the scene after the screenshot fade in without interupting it, the game throws the folowing error:
While running game code:
File "game/script.rpy", line 22, in script call
call intro from _call_intro
File "game/charpters/intro.rpy", line 623, in script call
call ch1 from _call_ch1_1
File "game/charpters/ch1.rpy", line 1562, in script call
call ch2 from _call_ch2
File "game/charpters/ch2.rpy", line 413, in script
show mc sdc at center with Fade(0.1)
TypeError: Fade() missing 2 required positional arguments: 'hold_time' and 'in_time'
