Add some screenshots

and a .gitignore
master
Craig Davison 2015-08-09 14:59:20 +01:00
parent a8ddc2e50b
commit 454944ca94
7 changed files with 68 additions and 11 deletions

41
.gitignore vendored Normal file
View File

@ -0,0 +1,41 @@
#--------------------------------------------------------
# Ignore these files when committing to a git repository.
# See https://git-scm.com/docs/gitignore
#--------------------------------------------------------
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
# OS X
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Linux
*~
.directory
.Trash-*
# Minetest
debug.txt

View File

@ -1,16 +1,32 @@
#Simple Pixels
A 16x16 texture pack for minetest.
# Simple Pixels
##More Screenshots
![Screenshot1](https://raw.githubusercontent.com/CraigyDavi/SimplePixels/master/media/screenshot1.png)
##Contributors
| Contributor | Contribution |
|:-------------:|:-------------------------------------------------:|
| CraigyDavi | Everything |
| durtective6 | Default, Moreores, Moretrees and Technic Textures |
A 16x16 texture pack for Minetest.
**License:** Code and textures, [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).
## More Screenshots
**Installation:** Unzip the file and rename it to "simplepixels". Then move it to the textures directory.
![Screenshot2](https://raw.githubusercontent.com/CraigyDavi/SimplePixels/master/media/screenshot2.png)
![Screenshot3](https://raw.githubusercontent.com/CraigyDavi/SimplePixels/master/media/screenshot3.png)
![Screenshot4](https://raw.githubusercontent.com/CraigyDavi/SimplePixels/master/media/screenshot4.png)
**Download:** https://github.com/CraigyDavi/SimplePixels-16/archive/master.zip
## Installation
[Download](https://github.com/CraigyDavi/SimplePixels/archive/master.zip) & unzip the texture pack, then rename it to "simplepixels" and move the the folder into your minetest/textures folder.
- You should use the latest version of Minetest and mods to ensure this texture pack uses all textures correctly.
## Contributors
- [CraigyDavi](https://forum.minetest.net/memberlist.php?mode=viewprofile&u=7059)
- [durtective6](https://forum.minetest.net/memberlist.php?mode=viewprofile&u=2699)
## License
```
Copyright (c) 2014-2015 Craig Davison <craig@davison.io>
This work is licensed under the Creative Commons Attribution-ShareAlike
4.0 International License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to
Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
```

BIN
media/screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 KiB

BIN
media/screenshot2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

BIN
media/screenshot3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 KiB

BIN
media/screenshot4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

BIN
media/screenshot5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 KiB