Skip to content

Commit

Permalink
maintenance (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklp09 committed Jul 24, 2022
1 parent 2bf2651 commit 4732886
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
5 changes: 0 additions & 5 deletions depends.txt

This file was deleted.

1 change: 0 additions & 1 deletion description.txt

This file was deleted.

7 changes: 1 addition & 6 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions mod.conf
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes
Binary file removed screenshot_20180816_234431_1.png
Binary file not shown.

0 comments on commit 4732886

Please sign in to comment.