Skip to content

Commit

Permalink
fix #34
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed May 17, 2022
1 parent 7038116 commit 5ffdc26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homedecor_lighting/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ for brightness_level = 0, 14 do
}
overlay = {
{ name = "homedecor_glowlight_top_glare.png", color = "white"},
"",
{ name = "homedecor_glowlight_top_glare.png", color = "white"},
{ name = sides_glare, color = "white"},
{ name = sides_glare, color = "white"},
{ name = sides_glare, color = "white"},
Expand Down Expand Up @@ -309,7 +309,7 @@ for brightness_level = 0, 14 do
}
overlay = {
{ name = "homedecor_glowlight_top_glare.png", color = "white"},
"",
{ name = "homedecor_glowlight_top_glare.png", color = "white"},
{ name = sides_glare, color = "white"},
{ name = sides_glare, color = "white"},
{ name = sides_glare, color = "white"},
Expand Down Expand Up @@ -378,7 +378,7 @@ for brightness_level = 0, 14 do
}
overlay = {
{ name = "homedecor_glowlight_cube_top_glare.png", color = "white"},
"",
{ name = "homedecor_glowlight_cube_top_glare.png", color = "white"},
{ name = sides_glare, color = "white"},
{ name = sides_glare, color = "white"},
{ name = sides_glare, color = "white"},
Expand Down

0 comments on commit 5ffdc26

Please sign in to comment.