aboutsummaryrefslogtreecommitdiff
path: root/display_api/README.md
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2018-09-21 19:37:38 +0200
committerPierre-Yves Rollo <dev@pyrollo.com>2018-09-21 19:37:38 +0200
commit12b556e92907e934a029297b6c6cc8db0bed2c70 (patch)
tree670870a5f4e7abdbedd9512c176483f4a1996ae7 /display_api/README.md
parent508db92633c49a2aeaeaac5fe18823decd50498b (diff)
downloaddisplay_modpack-12b556e92907e934a029297b6c6cc8db0bed2c70.tar.gz
display_modpack-12b556e92907e934a029297b6c6cc8db0bed2c70.tar.bz2
display_modpack-12b556e92907e934a029297b6c6cc8db0bed2c70.zip
Turned display_api into a submodule
Diffstat (limited to 'display_api/README.md')
m---------display_api0
-rw-r--r--display_api/README.md14
2 files changed, 0 insertions, 14 deletions
diff --git a/display_api b/display_api
new file mode 160000
+Subproject 246b7f958863e7f6b7f604b09361696226928a7
diff --git a/display_api/README.md b/display_api/README.md
deleted file mode 100644
index f51996d..0000000
--- a/display_api/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_api/API.md) document please.
-
-For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums.
-