3 커밋

작성자 SHA1 메시지 날짜
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개의 변경된 파일5개의 추가작업 그리고 12개의 파일을 삭제

파일 보기

@ -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.

파일 보기

@ -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",

파일 보기

@ -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:  |  크기: 649 KiB

After

Width:  |  Height:  |  크기: 649 KiB

Binary file not shown.

Before

Width:  |  Height:  |  크기: 649 KiB