maintenance (#1)

This commit is contained in:
Niklp 2022-07-24 16:28:24 +02:00 committed by GitHub
parent 2bf2651cee
commit 4732886317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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