From 036f8cf407ecee22495d81ac75f91b49b8f88fe5 Mon Sep 17 00:00:00 2001 From: codexp Date: Sat, 31 Mar 2018 21:32:15 +0200 Subject: add german letters --- README.md | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3fc88a9..4b218c1 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,40 @@ # ehlphabet -Fork of the original abjphabet mod by ABJ -https://forum.minetest.net/viewtopic.php?f=11&t=11744 - -Letter blocks can be created with the Letter Machine or given with /giveme ehlphabet:(ascii decimal) -Example: '/giveme ehlphabet:65' will give you a block with the letter 'A' on it. -http://www.asciitable.com/ - -Textures were created using Title Wave font by Digital Graphic Labs +Fork of the original [abjphabet mod](https://forum.minetest.net/viewtopic.php?f=11&t=11744) by ABJ + +![screenshot](screenshot.png) + +**Letter Machine Reciepe**|**Letter Machine UI** +----|---- +![Letter Machine Reciepe](reciepe.png)|![Letter Machine UI](lmui.png) + +Letter blocks can be created with the Letter Machine or given with /giveme ehlphabet:(ascii decimal) + +Example: `/giveme ehlphabet:65` will give you a block with the letter [**A**] on it. +http://www.asciitable.com/ + +For UTF-8 characters add one more identifier /giveme ehlphabet:(first byte decimal)_(second byle decimal) + +Example: `/giveme ehlphabet:195_132` will give you a block with the letter [**Ä**] on it. +http://www.utf8-chartable.de/ + +## Textures + +Textures were generated using [**phantomjs**](http://phantomjs.org/download.html) script "gen.js" included in this repository. + +To (re)generate textures run: + + $ phantomjs gen.js + +To customize the look and size of letters, you need to know basic HTML and CSS and change it inside "gen.js". + +## License + Textures are licensed under CC-BY-SA 3.0 +## Changelist + +2018-01-24 patched by Och_Noe to use it as replacement for abjphabet (create aliases) + +2018-03-29 support for UTF-8 and cyrillic letters added -20180124 -patched by Och_Noe to use it as replacement for abjphabet -(create aliases) +2018-03-31 german letters added \ No newline at end of file -- cgit v1.2.3