Player Configuration
From Performous
Some info about how i can personalizing the players
Add Custom Avatar
Here some info about how change the default avatar.
put an image (*.png maybe also in svg,jpg) on the data path (ex. ~/.local/share/games/performous/pictures/ if not exist you have to create it) after that, go to ~/.config/performous/ open database.xml, you have to found something similar on the top:
<player name="USERNAME" id="1"/>
ok you have to change it to
<player name="USERNAME" id="1">
<picture>NAME_OF_IMAGE.png</picture>
</player>
save it, and now you have your custom avatar.
