mirror of
https://github.com/mt-mods/nixie_tubes.git
synced 2024-12-04 13:13:45 +01:00
parent
6bd1ad704c
commit
50a0cf8bc8
2
init.lua
2
init.lua
@ -92,6 +92,7 @@ for _,tube in ipairs(nixie_types) do
|
||||
local light2 = LIGHT_MAX-5
|
||||
local description = S("Nixie Tube ("..tube..")")
|
||||
local description2 = S("Decatron ("..tube..")")
|
||||
local description3 = S("Numitron Tube")
|
||||
local cathode = "nixie_tube_cathode_off.png^nixie_tube_cathode_"..tube..".png"
|
||||
local cathode2 = "decatron_cathode_"..tube..".png"
|
||||
local cathode3 = "numitron_filaments.png^numitron_"..tube..".png"
|
||||
@ -102,7 +103,6 @@ for _,tube in ipairs(nixie_types) do
|
||||
light2 = nil
|
||||
description = S("Nixie Tube")
|
||||
description2 = S("Decatron")
|
||||
description3 = S("Numitron Tube")
|
||||
cathode = "nixie_tube_cathode_off.png"
|
||||
cathode2 = "nixie_tube_blank.png"
|
||||
cathode3 = "numitron_filaments.png"
|
||||
|
Loading…
Reference in New Issue
Block a user