Revise skin info, modify .gitignore

Exclude all but default Dusty and Sam skins
This commit is contained in:
James Stevenson 2016-01-16 09:17:48 -05:00
parent f4274d8125
commit cf790a81df
2 changed files with 8 additions and 2 deletions

6
.gitignore vendored
View File

@ -1,2 +1,8 @@
*.bak
*.swp
kalite_skin_*.png
character_*.png
!kalite_skin_sam.png
!kalite_skin_dusty.png
!character_sam.png
!character_dusty.png

View File

@ -8,5 +8,5 @@ file:Skin Name
Where file is a file in textures/ with the name kalite_skin_[file]
and character_[file]
If not specified, skins.txt will be created with the default
skins, Dusty and Sam.
If skins.txt is not present, only the default Dusty and Sam skins
will be available.