3 Commits

Author SHA1 Message Date
0e3a251da5 Merge remote-tracking branch 'upstream/master' 2022-08-26 15:06:23 +02:00
4732886317 maintenance (#1) 2022-07-24 10:28:24 -04:00
386a67bf05 Delete depends.txt and description.txt, add mod.conf 2022-07-07 21:10:31 +02:00
6 changed files with 5 additions and 12 deletions

View File

@ -1,5 +0,0 @@
default
digilines
mesecons_luacontroller
mesecons_microcontroller?
mesecons_lamp?

View File

@ -1 +0,0 @@
This mod provides a simple LED marquee that accepts single characters, strings, and special control words via digilines.

View File

@ -10,12 +10,7 @@ led_marquee.message_schedule_dtime = tonumber(minetest.settings:get("led_marquee
led_marquee.message_schedule_size = tonumber(minetest.settings:get("led_marquee_message_schedule_size")) or 10
led_marquee.relay_timer = 0
local S
if minetest.get_modpath("intllib") then
S = intllib.make_gettext_pair()
else
S = function(s) return s end
end
local S = minetest.get_translator(minetest.get_current_modname())
local color_to_char = {
"0",

View File

@ -1,2 +1,6 @@
name = led_marquee
title = LED marquee
description = This mod provides a simple LED marquee that accepts single characters, strings, and special control words via digilines.
depends = default, digilines
optional_depends = mesecons_luacontroller, mesecons_microcontroller, mesecons_lamp
min_minetest_version = 5.2.0

View File

Before

Width:  |  Height:  |  Size: 649 KiB

After

Width:  |  Height:  |  Size: 649 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 649 KiB