diff --git a/homedecor_lighting/init.lua b/homedecor_lighting/init.lua index 2edd3f8e..9a1cf7d4 100644 --- a/homedecor_lighting/init.lua +++ b/homedecor_lighting/init.lua @@ -431,7 +431,7 @@ for brightness_level = 0, 14 do lighttex = { name="homedecor_plasma_storm.png"..brightened, - animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0}, + animation={type="vertical_frames", aspect_w=48, aspect_h=48, length=2.0}, } else lighttex = "homedecor_plasma_lamp_off.png" @@ -771,7 +771,7 @@ for _, light_brightn_name in ipairs({"off", "on"}) do if onflag then lighttex = { name = "homedecor_plasma_ball_streamers.png", - animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0}, + animation={type="vertical_frames", aspect_w=48, aspect_h=48, length=2.0}, } end diff --git a/homedecor_lighting/textures/homedecor_plasma_ball_streamers.png b/homedecor_lighting/textures/homedecor_plasma_ball_streamers.png index 01d858c6..cbe73473 100644 Binary files a/homedecor_lighting/textures/homedecor_plasma_ball_streamers.png and b/homedecor_lighting/textures/homedecor_plasma_ball_streamers.png differ diff --git a/homedecor_lighting/textures/homedecor_plasma_storm.png b/homedecor_lighting/textures/homedecor_plasma_storm.png index a07fd96f..e2697426 100644 Binary files a/homedecor_lighting/textures/homedecor_plasma_storm.png and b/homedecor_lighting/textures/homedecor_plasma_storm.png differ