forked from minetest-mods/skinsdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for names in skin texture file (character_Skinname, playe…
…r_playername_skinname)
- Loading branch information
Showing
2 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
In this folder the skin files could be placed according the next file naming convention | ||
character_[number].png - Public skin, available for all users | ||
player_[nick].png or player_[nick]_[number].png - one or multiple private skins for player "nick" | ||
character_[number-or-name].png - Public skin, available for all users | ||
player_[nick].png or player_[nick]_[number-or-name].png - one or multiple private skins for player "nick" | ||
*_preview.png - Preview files for public and private skins |