mirror of
https://github.com/mt-mods/led_marquee.git
synced 2025-01-08 15:30:19 +01:00
maintenance (#1)
This commit is contained in:
parent
2bf2651cee
commit
4732886317
@ -1,5 +0,0 @@
|
||||
default
|
||||
digilines
|
||||
mesecons_luacontroller
|
||||
mesecons_microcontroller?
|
||||
mesecons_lamp?
|
@ -1 +0,0 @@
|
||||
This mod provides a simple LED marquee that accepts single characters, strings, and special control words via digilines.
|
7
init.lua
7
init.lua
@ -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",
|
||||
|
4
mod.conf
4
mod.conf
@ -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
|
||||
|
Before Width: | Height: | Size: 649 KiB After Width: | Height: | Size: 649 KiB |
Binary file not shown.
Before Width: | Height: | Size: 649 KiB |
Loading…
Reference in New Issue
Block a user