classic mac action

master
Fernando Zapata 2012-09-13 15:02:07 -06:00
parent 18955ff901
commit 8ce19f15d6
7 changed files with 25 additions and 0 deletions

25
macse/init.lua Normal file
View File

@ -0,0 +1,25 @@
--------------------------------------------------------------------------------
-- Macintosh SE
--------------------------------------------------------------------------------
minetest.register_node( 'macse:macse', {
description = 'Macintosh SE',
groups = { snappy = 1,
choppy = 2,
oddly_breakable_by_hand = 2 },
tiles = { 'macse_u.png', 'macse_d.png',
'macse_c.png', 'macse_s.png',
'macse_b.png', 'macse_t.png' },
drawtype = 'nodebox',
paramtype = 'light',
paramtype2 = 'facedir',
node_box = { type = 'fixed',
fixed = {
{ -3/8, 3/8, -3/8, -1/8, 1/2, 3/8 },
{ -1/8, 3/8, -3/8, 1/8, 1/2, 3/16 },
{ 1/8, 3/8, -3/8, 3/8, 1/2, 3/8 },
{ -3/8, -3/8, -3/8, 3/8, 3/8, 3/8 },
{ -3/8, -1/2, -5/16, 3/8, -3/8, 3/8 } } },
selection_box = { type = 'fixed',
fixed = { -3/8, -1/2, -3/8, 3/8, 1/2, 3/8 } },
})

BIN
macse/textures/macse_b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

BIN
macse/textures/macse_c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

BIN
macse/textures/macse_d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

BIN
macse/textures/macse_s.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 B

BIN
macse/textures/macse_t.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 B

BIN
macse/textures/macse_u.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B