New item graphics (not powerups).

This commit is contained in:
Steve 2016-05-13 10:00:52 +01:00
parent 0841aedfa6
commit 3317336695
11 changed files with 50 additions and 0 deletions

View File

@ -13,5 +13,55 @@
"defName" : "powerCore01",
"name" : "a power core",
"texture" : "gfx/items/powerCore01.png"
},
{
"defName" : "powerCore02",
"name" : "a power core",
"texture" : "gfx/items/powerCore02.png"
},
{
"defName" : "powerCore03",
"name" : "a power core",
"texture" : "gfx/items/powerCore03.png"
},
{
"defName" : "coin01",
"name" : "a coin",
"texture" : "gfx/items/coin01.png"
},
{
"defName" : "coin02",
"name" : "a coin",
"texture" : "gfx/items/coin02.png"
},
{
"defName" : "diamond01",
"name" : "a diamond",
"texture" : "gfx/items/diamond01.png"
},
{
"defName" : "diamond02",
"name" : "a diamond",
"texture" : "gfx/items/diamond02.png"
},
{
"defName" : "diamond03",
"name" : "a diamond",
"texture" : "gfx/items/diamond03.png"
},
{
"defName" : "gem01",
"name" : "a gem",
"texture" : "gfx/items/gem01.png"
},
{
"defName" : "gem02",
"name" : "a gem",
"texture" : "gfx/items/gem02.png"
},
{
"defName" : "gem03",
"name" : "a gem",
"texture" : "gfx/items/gem03.png"
}
]

BIN
gfx/items/coin01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
gfx/items/coin02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

BIN
gfx/items/diamond01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

BIN
gfx/items/diamond02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

BIN
gfx/items/diamond03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

BIN
gfx/items/gem01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

BIN
gfx/items/gem02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 B

BIN
gfx/items/gem03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 B

BIN
gfx/items/powerCore02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
gfx/items/powerCore03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB