add noobcoin, optimize donorcoin texture
This commit is contained in:
parent
34d1d43f0e
commit
7d4f39bce0
@ -2,3 +2,8 @@ minetest.register_craftitem("illuna:donorcoin", {
|
||||
description = "Donor Coin",
|
||||
inventory_image = "donorcoin.png"
|
||||
})
|
||||
|
||||
minetest.register_craftitem("illuna:noobcoin", {
|
||||
description = "Noob Coin",
|
||||
inventory_image = "noobcoin.png"
|
||||
})
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 35 KiB |
BIN
textures/noobcoin.png
Normal file
BIN
textures/noobcoin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
x
Reference in New Issue
Block a user