reduce texture sizes

This commit is contained in:
HybridDog 2016-03-05 12:34:02 +01:00
parent c2ba4eb797
commit b1fc6722ae
8 changed files with 10 additions and 10 deletions

View File

@ -162,7 +162,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
if fields.send then
minetest.show_formspec(p_name, atm_form,
send_fs(p_name, fields.recipient, fields.amount))
send_fs(p_name, fields.recipient, fields.amount))
end
if fields.transaction_log then
@ -175,9 +175,9 @@ end)
minetest.register_node("global_exchange:atm", {
description = "ATM",
tiles = {"global_exchange_atm_top.png",
"global_exchange_atm_top.png",
"global_exchange_atm_side.png",
tiles = {"global_exchange_box.png",
"global_exchange_box.png",
"global_exchange_box.png^global_exchange_atm_side.png",
},
groups = {cracky=2},
on_rightclick = function(pos, _, clicker)

View File

@ -107,9 +107,9 @@ end)
minetest.register_node("global_exchange:mailbox", {
description = "Digital Mailbox",
tiles = {"global_exchange_atm_top.png",
"global_exchange_atm_top.png",
"global_exchange_mailbox_side.png",
tiles = {"global_exchange_box.png",
"global_exchange_box.png",
"global_exchange_box.png^global_exchange_mailbox_side.png",
},
groups = {cracky=2},
on_rightclick = function(pos, node, clicker)

View File

@ -539,9 +539,9 @@ end)
minetest.register_node("global_exchange:exchange", {
description = "Exchange",
tiles = {"global_exchange_atm_top.png",
"global_exchange_atm_top.png",
"global_exchange_exchange_side.png",
tiles = {"global_exchange_box.png",
"global_exchange_box.png",
"global_exchange_box.png^global_exchange_exchange_side.png",
},
groups = {cracky=2},
on_rightclick = function(_, _, clicker)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 B

After

Width:  |  Height:  |  Size: 109 B