Probleme using an image instead of a name on a character
Posted: Fri Jul 24, 2015 10:42 pm
Hi eveyone.
I'm new and I have a little problem.
I want to use an image for the name of my characters instead of plain text. Acordding to the manuals, this would be the code:
init:
$ jane = Character("jane_label.png", image=True)
However, when I do this I don't get the images that is in the game directory but I get a plain text that said jane_label.png.
Any idea why I get this error? I have to configure something else?
I'm new and I have a little problem.
I want to use an image for the name of my characters instead of plain text. Acordding to the manuals, this would be the code:
init:
$ jane = Character("jane_label.png", image=True)
However, when I do this I don't get the images that is in the game directory but I get a plain text that said jane_label.png.
Any idea why I get this error? I have to configure something else?