From c179f44ba481c73158fa72d658cbd9fed046dcdd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Sat, 26 Aug 2017 14:12:38 +0200 Subject: Release 2017-08-26 --- signs_road/README.md | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) (limited to 'signs_road/README.md') diff --git a/signs_road/README.md b/signs_road/README.md index e042855..c09c82e 100644 --- a/signs_road/README.md +++ b/signs_road/README.md @@ -2,6 +2,8 @@ This mod provides road signs with text display. Text is locked if area is protected. +For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=13563) at the Minetest forums. + **Dependancies**: default, display\_lib, font\_lib, signs **License**: Code under LGPL, texture under CC-BY-SA @@ -10,19 +12,19 @@ This mod provides road signs with text display. Text is locked if area is protec **Blue Street Sign** - B W S + B W - S S S - - - B = Blue Dye, W = White Dye, S = Steel Ingot -**Green Street Sign** +**Red and White Street Sign** - G W S - S S S + W R - + S S S - - - -G = Green Dye, W = White Dye, S = Steel Ingot +W = White Dye, R = Red Dye, S = Steel Ingot **Black direction sign** @@ -32,3 +34,33 @@ G = Green Dye, W = White Dye, S = Steel Ingot B = Black Dye, W = White Dye, S = Steel Ingot +**White Signs** + +Two kinds of signs, normal and direction signs : + + W B - W B S + S S S S S - + - - - - - - + +W = White Dye, B = Black Dye, S = Steel Ingot + +**Green Signs** + +Two kinds of signs, normal and direction signs : + + G W - G W S + S S S S S - + - - - - - - + +G = Green Dye, W = White Dye, S = Steel Ingot + +**Yellow Signs** + +Two kinds of signs, normal and direction signs : + + Y B - Y B S + S S S S S - + - - - - - - + +Y = Yellow Dye, B = Black Dye, S = Steel Ingot + -- cgit v1.2.3