feat(assets): add box assets

This commit is contained in:
Kazhnuz 2019-07-20 16:54:48 +02:00
parent 56c64baba5
commit 107b75c3ed
3 changed files with 4 additions and 0 deletions

BIN
assets/sprites/box.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
assets/sprites/boxtop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,4 +1,8 @@
return { return {
["textures"] = {
{"box", "assets/sprites/box.png"},
{"boxtop", "assets/sprites/boxtop.png"}
},
["sprites"] = { ["sprites"] = {
{"player", "assets/sprites/monkey_lad"}, {"player", "assets/sprites/monkey_lad"},
{"coin", "assets/sprites/coin"}, {"coin", "assets/sprites/coin"},