mirror of
https://github.com/minetest-mods/global_exchange.git
synced 2025-06-22 11:10:24 +02:00
reduce texture sizes
This commit is contained in:
parent
c2ba4eb797
commit
b1fc6722ae
6
atm.lua
6
atm.lua
@ -175,9 +175,9 @@ end)
|
|||||||
|
|
||||||
minetest.register_node("global_exchange:atm", {
|
minetest.register_node("global_exchange:atm", {
|
||||||
description = "ATM",
|
description = "ATM",
|
||||||
tiles = {"global_exchange_atm_top.png",
|
tiles = {"global_exchange_box.png",
|
||||||
"global_exchange_atm_top.png",
|
"global_exchange_box.png",
|
||||||
"global_exchange_atm_side.png",
|
"global_exchange_box.png^global_exchange_atm_side.png",
|
||||||
},
|
},
|
||||||
groups = {cracky=2},
|
groups = {cracky=2},
|
||||||
on_rightclick = function(pos, _, clicker)
|
on_rightclick = function(pos, _, clicker)
|
||||||
|
@ -107,9 +107,9 @@ end)
|
|||||||
|
|
||||||
minetest.register_node("global_exchange:mailbox", {
|
minetest.register_node("global_exchange:mailbox", {
|
||||||
description = "Digital Mailbox",
|
description = "Digital Mailbox",
|
||||||
tiles = {"global_exchange_atm_top.png",
|
tiles = {"global_exchange_box.png",
|
||||||
"global_exchange_atm_top.png",
|
"global_exchange_box.png",
|
||||||
"global_exchange_mailbox_side.png",
|
"global_exchange_box.png^global_exchange_mailbox_side.png",
|
||||||
},
|
},
|
||||||
groups = {cracky=2},
|
groups = {cracky=2},
|
||||||
on_rightclick = function(pos, node, clicker)
|
on_rightclick = function(pos, node, clicker)
|
||||||
|
@ -539,9 +539,9 @@ end)
|
|||||||
|
|
||||||
minetest.register_node("global_exchange:exchange", {
|
minetest.register_node("global_exchange:exchange", {
|
||||||
description = "Exchange",
|
description = "Exchange",
|
||||||
tiles = {"global_exchange_atm_top.png",
|
tiles = {"global_exchange_box.png",
|
||||||
"global_exchange_atm_top.png",
|
"global_exchange_box.png",
|
||||||
"global_exchange_exchange_side.png",
|
"global_exchange_box.png^global_exchange_exchange_side.png",
|
||||||
},
|
},
|
||||||
groups = {cracky=2},
|
groups = {cracky=2},
|
||||||
on_rightclick = function(_, _, clicker)
|
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 ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user