From 3ab8a0c3f3163ecdcafe8f1f6d2d0e125edcde86 Mon Sep 17 00:00:00 2001 From: DonBatman Date: Fri, 23 Oct 2015 13:54:37 -0700 Subject: changed color of hud new texture for power pellet renamed craftitems.lua to fruit.lua changed portal to a yellow color --- portals.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'portals.lua') diff --git a/portals.lua b/portals.lua index cccd920..cf90712 100644 --- a/portals.lua +++ b/portals.lua @@ -14,11 +14,12 @@ local cbox = { --Portals minetest.register_node("mypacman:portalr", { description = "Portalr ", - drawtype = "allfaces", + drawtype = "glasslike", tiles = {"mypacman_portal.png"}, paramtype = "light", sunlight_propagates = true, light_source = 14, + alpha = 150, paramtype2 = "facedir", walkable = false, is_ground_content = false, @@ -28,11 +29,12 @@ minetest.register_node("mypacman:portalr", { }) minetest.register_node("mypacman:portall", { description = "Portall ", - drawtype = "allfaces", + drawtype = "glasslike", tiles = {"mypacman_portal.png"}, paramtype = "light", sunlight_propagates = true, light_source = 14, + alpha = 150, paramtype2 = "facedir", walkable = false, is_ground_content = false, -- cgit v1.2.3