forked from minetest-mods/global_exchange
reduce texture sizes
This commit is contained in:
6
atm.lua
6
atm.lua
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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 ![]() (image error) Size: 255 B After ![]() (image error) Size: 136 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 176 B |
BIN
textures/global_exchange_box.png
Normal file
BIN
textures/global_exchange_box.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 92 B |
Binary file not shown.
Before ![]() (image error) Size: 231 B After ![]() (image error) Size: 103 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 242 B After ![]() (image error) Size: 109 B ![]() ![]() |
Reference in New Issue
Block a user