diff --git a/lighting.lua b/lighting.lua index f9d5ba49..f0b400ff 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 00000000..4457d211 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 fdc8a4d6..00000000 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 00000000..12af83c9 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 00000000..4c749576 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 ffd9c58a..00000000 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 00000000..b099d27e Binary files /dev/null and b/textures/homedecor_glowlight_yellow_top.png differ