Merge branch 'master' of luffa:git/cosmos
This commit is contained in:
commit
72154b8c62
4 changed files with 7 additions and 1 deletions
6
Makefile
Normal file
6
Makefile
Normal 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
BIN
asset/minecraft-cake01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 B |
|
@ -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 |
Reference in a new issue