aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgpcf <gpcf@gpcf.eu>2023-05-14 14:07:53 +0200
committergpcf <gpcf@gpcf.eu>2023-05-14 14:07:53 +0200
commit9302505a54865b0ece5547a0681402eaba44c926 (patch)
tree23eefbe17be2d90c3fcbaf3a153de2b1079c3763
parent0f02e34c4422c5af07f110b0a4d48cde43c6cd43 (diff)
downloaddepartureboards-9302505a54865b0ece5547a0681402eaba44c926.tar.gz
departureboards-9302505a54865b0ece5547a0681402eaba44c926.tar.bz2
departureboards-9302505a54865b0ece5547a0681402eaba44c926.zip
Add README
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
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 <gpcf@gpcf.eu>. Licensed under AGPL v3.