Archived
1
0
Fork 0

Merge branch 'master' of luffa:git/cosmos

This commit is contained in:
neingeist 2013-11-24 21:10:44 +01:00
commit 72154b8c62
4 changed files with 7 additions and 1 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
all: data/sprites.json
data/sprites.json: asset/
spriter asset/
mv sprites.json data/
mv sprites.png images/

BIN
asset/minecraft-cake01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

View file

@ -1 +1 @@
{"astronaut":{"sx":0,"sy":1,"cols":1,"tilew":24,"tileh":24,"frames":1},"neingeist":{"sx":0,"sy":26,"cols":1,"tilew":24,"tileh":24,"frames":1},"starbug":{"sx":0,"sy":51,"cols":1,"tilew":24,"tileh":24,"frames":1}}
{"astronaut":{"sx":0,"sy":1,"cols":1,"tilew":24,"tileh":24,"frames":1},"minecraft-cake":{"sx":0,"sy":26,"cols":1,"tilew":32,"tileh":32,"frames":1},"neingeist":{"sx":0,"sy":59,"cols":1,"tilew":24,"tileh":24,"frames":1},"starbug":{"sx":0,"sy":84,"cols":1,"tilew":24,"tileh":24,"frames":1}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After