feat(assets): add box assets
This commit is contained in:
parent
56c64baba5
commit
107b75c3ed
3 changed files with 4 additions and 0 deletions
BIN
assets/sprites/box.png
Normal file
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
BIN
assets/sprites/boxtop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -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"},
|
||||||
|
|
Loading…
Reference in a new issue