diff --git a/data/battle/items.json b/data/battle/items.json index 6917620..c016d5f 100644 --- a/data/battle/items.json +++ b/data/battle/items.json @@ -1,6 +1,10 @@ [ { - "name" : "smile", - "textureName" : "gfx/items/smile.png" + "name" : "crate", + "textureName" : "gfx/items/crate.png" + }, + { + "name" : "smallCrate", + "textureName" : "gfx/items/smallCrate.png" } ] diff --git a/gfx/items/crate.png b/gfx/items/crate.png new file mode 100644 index 0000000..3487523 Binary files /dev/null and b/gfx/items/crate.png differ diff --git a/gfx/items/smallCrate.png b/gfx/items/smallCrate.png new file mode 100644 index 0000000..12bd479 Binary files /dev/null and b/gfx/items/smallCrate.png differ diff --git a/gfx/items/smile.png b/gfx/items/smile.png deleted file mode 100644 index e8cb27c..0000000 Binary files a/gfx/items/smile.png and /dev/null differ