add cake
This commit is contained in:
parent
e3b9c1456e
commit
15817602b2
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/
|
Reference in a new issue