removed separate LEDs for luacontroller since already contained in base mod it depends on

This commit is contained in:
mruncreative 2024-04-14 16:22:46 +02:00
parent d7439fefa2
commit 557cdaadc7
5 changed files with 4 additions and 4 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB