forked from mtcontrib/led_marquee
Compare commits
2 Commits
5fb766921f
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35f68b0550 | ||
|
|
7a8b53474d |
3
init.lua
3
init.lua
@@ -153,7 +153,7 @@ led_marquee.set_timer = function(pos, timeout)
|
||||
end
|
||||
|
||||
led_marquee.scroll_text = function(pos, elapsed, skip)
|
||||
skip = skip or 1
|
||||
if type(skip) ~= "number" then skip = 1 end
|
||||
local meta = minetest.get_meta(pos)
|
||||
local msg = meta:get_string("last_msg")
|
||||
local channel = meta:get_string("channel")
|
||||
@@ -422,7 +422,6 @@ for i = 31, 255 do
|
||||
is_ground_content = false,
|
||||
wield_image = wimage,
|
||||
palette="led_marquee_palette.png",
|
||||
use_texture_alpha = "blend",
|
||||
groups = groups,
|
||||
paramtype = "light",
|
||||
paramtype2 = "colorwallmounted",
|
||||
|
||||
Reference in New Issue
Block a user