1
0
Derivar 1

New textures and new nodebox for Exchange Terminal node

Este cometimento está contido em:
Vitalie Ciubotaru 2016-05-19 23:00:00 +09:00
ascendente 84c1e6c05f
cometimento 141ca3f5ea
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 6B60758D4DF9A7EE
7 ficheiros modificados com 25 adições e 4 eliminações

Ver ficheiro

@ -538,12 +538,33 @@ end)
minetest.register_node("global_exchange:exchange", {
description = "Exchange",
tiles = {"global_exchange_box.png",
"global_exchange_box.png",
"global_exchange_box.png^global_exchange_exchange_side.png",
description = "Exchange Terminal",
drawtype = "nodebox",
tiles = {
"global_exchange_terminal_top.png",
"global_exchange_terminal_bottom.png",
"global_exchange_terminal_right.png",
"global_exchange_terminal_right.png^[transform4",
"global_exchange_terminal_back.png",
"global_exchange_terminal_front.png",
},
paramtype = "light",
paramtype2 = "facedir",
groups = {cracky=2},
stack_max = 1,
light_source = 3,
node_box = {
type = "fixed",
fixed = {
{-8/16, -4/16, 3/16, 0.5, 0.5, 5/16},--screens
{-1/16, -7/16, 5/16, 1/16, 5/16, 7/16},--screen leg
{-3/16, -8/16, 4/16, 3/16, -7/16, 8/16},--leg platform
{-7/16, -8/16, -8/16, 2/16, -6/16, -3/16},--keyboard
{3/16, -8/16, -3/16, 7/16, -7/16, 3/16},--phone low
{4/16, -7/16, -1/16, 6/16, -6/16, 3/16},--phone hi
{2/16, -7/16, 0, 8/16, -5/16, 2/16},--phone speaker
}
},
on_rightclick = function(_, _, clicker)
local p_name = clicker:get_player_name()
local state = main_state[p_name]

Ficheiro binário não mostrado.

Antes

Largura:  |  Altura:  |  Tamanho: 103 B

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 232 B

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 223 B

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 275 B

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 233 B

Ficheiro binário não mostrado.

Depois

Largura:  |  Altura:  |  Tamanho: 259 B