mirror of
https://github.com/minetest-mods/global_exchange.git
synced 2025-07-04 16:50:22 +02:00
Texture for ATM in inventory; Updated README
This commit is contained in:
@ -6,8 +6,8 @@ and can be installed through luarocks.
|
|||||||
|
|
||||||
Nodes
|
Nodes
|
||||||
=====
|
=====
|
||||||
- ATM (global_exchange:atm) - Used by players to make an account, to view their
|
- ATM (global_exchange:atm) - Used by players to withdraw and deposit minegeld
|
||||||
balance, and to send money to other players.
|
bills, transfer money to other players, and to view the history of transactions.
|
||||||
- Exchange (global_exchange:exchange) - Used by players to search and post
|
- Exchange (global_exchange:exchange) - Used by players to search and post
|
||||||
orders, and to view a summary of current market prices.
|
orders, and to view a summary of current market prices.
|
||||||
- Digital Mailbox (global_exchange:mailbox) - Used by players to claim items
|
- Digital Mailbox (global_exchange:mailbox) - Used by players to claim items
|
||||||
|
4
atm.lua
4
atm.lua
@ -195,8 +195,8 @@ end)
|
|||||||
|
|
||||||
minetest.register_node("global_exchange:atm_bottom", {
|
minetest.register_node("global_exchange:atm_bottom", {
|
||||||
description = "ATM",
|
description = "ATM",
|
||||||
--inventory_image = "",
|
inventory_image = "global_exchange_atm_icon.png",
|
||||||
--wield_image = def.wield_image,
|
wield_image = "global_exchange_atm_hi_front.png",
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
"global_exchange_atm_lo_top.png",
|
"global_exchange_atm_lo_top.png",
|
||||||
|
BIN
textures/global_exchange_atm_icon.png
Normal file
BIN
textures/global_exchange_atm_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 860 B |
Reference in New Issue
Block a user