Archived
1
0
Fork 0

add new tiles

This commit is contained in:
neingeist 2013-11-24 23:38:23 +01:00
parent d05e9594ac
commit 9c84917ff2
14 changed files with 34 additions and 24 deletions

14
asset/Makefile Normal file
View file

@ -0,0 +1,14 @@
all: ../data/sprites.json ../images/sprites.png ../images/tiles.png
../data/sprites.json: sprites/*.png
spriter sprites/
mv sprites.json ../data/
rm -f sprites.png
../images/sprites.png: sprites/*.png
spriter sprites/
rm -f sprites.json
mv sprites.png ../images/
../images/tiles.png: tiles/*.png
montage -tile 1x -geometry 24x24+0+0 -background Transparent $^ $@

View file

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 255 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 238 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 131 B

After

Width:  |  Height:  |  Size: 131 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

BIN
asset/src/empty.xcf Normal file

Binary file not shown.

BIN
asset/src/moon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
asset/src/moon.xcf Normal file

Binary file not shown.

BIN
asset/src/moontop.xcf Normal file

Binary file not shown.

BIN
asset/src/moonx.xcf Normal file

Binary file not shown.