I never had an issue with it previously, but when testing the two new translations I've added to my novel, I noticed that my 'creditscroll' image is no longer displaying (when played through in any language) and I can't work out why as apart from adding the two extra names, I haven't touched the code. Could a recent update have effected it? Anyway, here's the image:
Code: Select all
image creditscroll:
Text([
"{b}Designed and Built By:{/b} \nGrant Wilde (CrimsonNight) \n \n \n"
"\n{b}Character Art:{/b} \nNhuy Nguyen (Ayasal) \n"
"\n{b}Landscape Art:{/b} \nlordless \n "
"\n{b}Music:{/b} \nJon Hayward \n"
"\n{b}Logo & Icon:{/b} \nJames Sales \n"
"\n{b}German Translation:{/b} \nMarcel Weyers \n"
"\n{b}Chinese Translation:{/b} \nfosr & Shan Radstone \n"
"\n{b}Japanese Translation:{/b} \nRay Williams \n"
"\n{b}Spanish Translation:{/b} \nAngel Luis Caballero Cortés & Montserrat Trujillo Rodríguez \n"
"\n{b}Russian Translation:{/b} \nRosinskiy Ivan (Deimont) \n"
"\n{b}Built Using Ren'Py{/b} \n \n \n"
"\n{b}Special Thanks:{/b} \nPablo Fiorentino \nJessica Jones \nPete Savage \nThe Ren'Py Community!"], outlines=[(3.3, "#18b3fb", 0, 0)])
anchor (2.75, 0.0)
#pos (0.5, 1.0)
linear 12.0 ypos 0.065 #yanchor 1.0Code: Select all
show cs_black:
alpha 0.0
linear 12.0 alpha 1.0
show creditscroll
$ renpy.pause(12.5, hard=True)