diff --git a/lighting.lua b/lighting.lua index f9d5ba4..f0b400f 100644 --- a/lighting.lua +++ b/lighting.lua @@ -121,8 +121,8 @@ minetest.register_node('homedecor:glowlight_half_yellow', { description = S("Yellow Glowlight (thick)"), drawtype = "nodebox", tiles = { - 'homedecor_glowlight_yellow_tb.png', - 'homedecor_glowlight_yellow_tb.png', + 'homedecor_glowlight_yellow_top.png', + 'homedecor_glowlight_yellow_bottom.png', 'homedecor_glowlight_thick_yellow_sides.png', 'homedecor_glowlight_thick_yellow_sides.png', 'homedecor_glowlight_thick_yellow_sides.png', @@ -155,8 +155,8 @@ minetest.register_node('homedecor:glowlight_quarter_yellow', { description = S("Yellow Glowlight (thin)"), drawtype = "nodebox", tiles = { - 'homedecor_glowlight_yellow_tb.png', - 'homedecor_glowlight_yellow_tb.png', + 'homedecor_glowlight_yellow_top.png', + 'homedecor_glowlight_yellow_bottom.png', 'homedecor_glowlight_thin_yellow_sides.png', 'homedecor_glowlight_thin_yellow_sides.png', 'homedecor_glowlight_thin_yellow_sides.png', @@ -192,8 +192,8 @@ minetest.register_node('homedecor:glowlight_half_white', { description = S("White Glowlight (thick)"), drawtype = "nodebox", tiles = { - 'homedecor_glowlight_white_tb.png', - 'homedecor_glowlight_white_tb.png', + 'homedecor_glowlight_white_top.png', + 'homedecor_glowlight_white_bottom.png', 'homedecor_glowlight_thick_white_sides.png', 'homedecor_glowlight_thick_white_sides.png', 'homedecor_glowlight_thick_white_sides.png', @@ -225,8 +225,8 @@ minetest.register_node('homedecor:glowlight_quarter_white', { description = S("White Glowlight (thin)"), drawtype = "nodebox", tiles = { - 'homedecor_glowlight_white_tb.png', - 'homedecor_glowlight_white_tb.png', + 'homedecor_glowlight_white_top.png', + 'homedecor_glowlight_white_bottom.png', 'homedecor_glowlight_thin_white_sides.png', 'homedecor_glowlight_thin_white_sides.png', 'homedecor_glowlight_thin_white_sides.png', diff --git a/textures/homedecor_glowlight_white_bottom.png b/textures/homedecor_glowlight_white_bottom.png new file mode 100644 index 0000000..4457d21 Binary files /dev/null and b/textures/homedecor_glowlight_white_bottom.png differ diff --git a/textures/homedecor_glowlight_white_tb.png b/textures/homedecor_glowlight_white_tb.png deleted file mode 100644 index fdc8a4d..0000000 Binary files a/textures/homedecor_glowlight_white_tb.png and /dev/null differ diff --git a/textures/homedecor_glowlight_white_top.png b/textures/homedecor_glowlight_white_top.png new file mode 100644 index 0000000..12af83c Binary files /dev/null and b/textures/homedecor_glowlight_white_top.png differ diff --git a/textures/homedecor_glowlight_yellow_bottom.png b/textures/homedecor_glowlight_yellow_bottom.png new file mode 100644 index 0000000..4c74957 Binary files /dev/null and b/textures/homedecor_glowlight_yellow_bottom.png differ diff --git a/textures/homedecor_glowlight_yellow_tb.png b/textures/homedecor_glowlight_yellow_tb.png deleted file mode 100644 index ffd9c58..0000000 Binary files a/textures/homedecor_glowlight_yellow_tb.png and /dev/null differ diff --git a/textures/homedecor_glowlight_yellow_top.png b/textures/homedecor_glowlight_yellow_top.png new file mode 100644 index 0000000..b099d27 Binary files /dev/null and b/textures/homedecor_glowlight_yellow_top.png differ