- Aug 11, 2018
- 643
- 2,480
Hi!
Those are my first steps on Ren'Py.
I want to use subdirectories just for to sort the images. I have seen so good games with thousands of images in the images directory, but I need to sort them in subdirectories.
My trouble is that the images doesn't render in the game, and it must be a stupidity.
I have a image with this path:
game/images/intro/000.png
In the code, I try:
label intro:
scene intro 000
or
label intro:
show intro 000
but nothing.
I think I am coding bad the subdirectory, cause "intro 000" is being understand as intro_000.png, and not as intro/000.png
Thanks in advance!
Those are my first steps on Ren'Py.
I want to use subdirectories just for to sort the images. I have seen so good games with thousands of images in the images directory, but I need to sort them in subdirectories.
My trouble is that the images doesn't render in the game, and it must be a stupidity.
I have a image with this path:
game/images/intro/000.png
In the code, I try:
label intro:
scene intro 000
or
label intro:
show intro 000
but nothing.
I think I am coding bad the subdirectory, cause "intro 000" is being understand as intro_000.png, and not as intro/000.png
Thanks in advance!