New textures and new nodebox for Exchange Terminal node

这个提交包含在:
Vitalie Ciubotaru 2016-05-19 23:00:00 +09:00
父节点 84c1e6c05f
当前提交 141ca3f5ea
找不到此签名对应的密钥
GPG 密钥 ID: 6B60758D4DF9A7EE
共有 7 个文件被更改,包括 25 次插入4 次删除

查看文件

@ -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]

二进制文件未显示。

之前

宽度:  |  高度:  |  大小: 103 B

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 232 B

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 223 B

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 275 B

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 233 B

二进制文件未显示。

之后

宽度:  |  高度:  |  大小: 259 B