diff options
author | orwell96 <orwell@bleipb.de> | 2018-12-03 23:17:35 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2018-12-03 23:17:35 +0100 |
commit | 8928f78ee6305e29ed8d3b9395fcb6564c984fdf (patch) | |
tree | cd250c2b98d7131158e3744efe238780cec73fec /display_lib/README.md | |
parent | eccdad46ef2b38cd061aab7ae6bcb252a67c2218 (diff) | |
parent | a3e0d36a68247cac40349d9089fe3c71546d75e8 (diff) | |
download | display_modpack-8928f78ee6305e29ed8d3b9395fcb6564c984fdf.tar.gz display_modpack-8928f78ee6305e29ed8d3b9395fcb6564c984fdf.tar.bz2 display_modpack-8928f78ee6305e29ed8d3b9395fcb6564c984fdf.zip |
Resolved conflicts by reordering of files
Diffstat (limited to 'display_lib/README.md')
-rw-r--r-- | display_lib/README.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/display_lib/README.md b/display_lib/README.md deleted file mode 100644 index 3f8571a..0000000 --- a/display_lib/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Display Lib - -This library's purpose is to ease creation of nodes with one or more displays on sides. For example, signs and clocks. Display can be dynamic and/or different for each node instance. - -**Limitations**: This lib uses entities to draw display. This means display has to be vertical. So display nodes rotation are limitated to "upside up" positions. - -**Dependancies**:default - -**License**: LPGL - -**API**: See [API.md](https://github.com/pyrollo/display_modpack/blob/master/display_lib/API.md) document please. - -For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=13563) at the Minetest forums. - |