Added powercore item.

This commit is contained in:
Steve 2016-05-12 09:34:58 +01:00
parent a04c3321e7
commit 7fd17e8ebe
2 changed files with 7 additions and 2 deletions

View File

@ -1,12 +1,17 @@
[
{
"defName" : "crate",
"name" : "Crate",
"name" : "a crate",
"texture" : "gfx/items/crate.png"
},
{
"defName" : "smallCrate",
"name" : "Small Crate",
"name" : "a small crate",
"texture" : "gfx/items/smallCrate.png"
},
{
"defName" : "powerCore01",
"name" : "a power core",
"texture" : "gfx/items/powerCore01.png"
}
]

BIN
gfx/items/powerCore01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB