From 9302505a54865b0ece5547a0681402eaba44c926 Mon Sep 17 00:00:00 2001 From: gpcf Date: Sun, 14 May 2023 14:07:53 +0200 Subject: Add README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0eeacda --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Departure Boards Mod for Minetest +======= + +This mod adds splitflap-style departure boards for minetest, meant for +use with advtrains or digilines. + +### Digilines usage + +The board accepts a table with the following parameters + +* `dest`: Destination +* `line`: Line name +* `rem`: Remark +* `m`, `s`: minutes and seconds of the departure time +* `lbg`, `lfg`: background and foreground colors of the line name, respectively +* `remcolor`: color of the remark text + +### Credits + +Copyright ⓒ 2023 gpcf . Licensed under AGPL v3. -- cgit v1.2.3