diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua index 90516c0..ece1593 100644 --- a/mesecons_luacontroller/init.lua +++ b/mesecons_luacontroller/init.lua @@ -818,16 +818,16 @@ for d = 0, 1 do local node_name = BASENAME..cid local top = "jeija_luacontroller_top.png" if a == 1 then - top = top.."^jeija_luacontroller_LED_A.png" + top = top.."^jeija_microcontroller_LED_A.png" end if b == 1 then - top = top.."^jeija_luacontroller_LED_B.png" + top = top.."^jeija_microcontroller_LED_B.png" end if c == 1 then - top = top.."^jeija_luacontroller_LED_C.png" + top = top.."^jeija_microcontroller_LED_C.png" end if d == 1 then - top = top.."^jeija_luacontroller_LED_D.png" + top = top.."^jeija_microcontroller_LED_D.png" end local groups diff --git a/mesecons_luacontroller/textures/jeija_luacontroller_LED_A.png b/mesecons_luacontroller/textures/jeija_luacontroller_LED_A.png deleted file mode 100644 index c6182cc..0000000 Binary files a/mesecons_luacontroller/textures/jeija_luacontroller_LED_A.png and /dev/null differ diff --git a/mesecons_luacontroller/textures/jeija_luacontroller_LED_B.png b/mesecons_luacontroller/textures/jeija_luacontroller_LED_B.png deleted file mode 100644 index 04c2da0..0000000 Binary files a/mesecons_luacontroller/textures/jeija_luacontroller_LED_B.png and /dev/null differ diff --git a/mesecons_luacontroller/textures/jeija_luacontroller_LED_C.png b/mesecons_luacontroller/textures/jeija_luacontroller_LED_C.png deleted file mode 100644 index 01f6ae4..0000000 Binary files a/mesecons_luacontroller/textures/jeija_luacontroller_LED_C.png and /dev/null differ diff --git a/mesecons_luacontroller/textures/jeija_luacontroller_LED_D.png b/mesecons_luacontroller/textures/jeija_luacontroller_LED_D.png deleted file mode 100644 index 6c8a26f..0000000 Binary files a/mesecons_luacontroller/textures/jeija_luacontroller_LED_D.png and /dev/null differ