hi everyone,
is it possible to load an image with pygame.image.load() that is not in the
same folder (or a subfolder), but higher up in the file-tree? i tried giving
"../data/images/image.png" as argument, but it didn't work.

here i tried to illustrate what i mean:

[game]
|- [engine]
    |- tools.load_image()
|- [data]
    |-[images]
        |- image.png

thanks in advance!

olaf

Reply via email to