add new tiles
14
asset/Makefile
Normal 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 $^ $@
|
Before Width: | Height: | Size: 255 B After Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 238 B After Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
asset/src/empty.xcf
Normal file
BIN
asset/src/moon.jpg
Normal file
After Width: | Height: | Size: 47 KiB |