aboutsummaryrefslogtreecommitdiff
path: root/display_api.lua
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2018-12-11 11:57:54 +0100
committerPierre-Yves Rollo <dev@pyrollo.com>2018-12-11 11:57:54 +0100
commit51a4a45a45b057198084d5b76a33bbb368a4810f (patch)
treec53944f89f67057c39615d5737b9ecf84f605aad /display_api.lua
parent4005b99c0583431beedb9dcdce3b1f3df9a57e1d (diff)
downloaddisplay_modpack_no_craft-51a4a45a45b057198084d5b76a33bbb368a4810f.tar.gz
display_modpack_no_craft-51a4a45a45b057198084d5b76a33bbb368a4810f.zip
Updated font_api mod desctiption in headers
Diffstat (limited to 'display_api.lua')
-rw-r--r--display_api.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/display_api.lua b/display_api.lua
index 2191dba..51a396d 100644
--- a/display_api.lua
+++ b/display_api.lua
@@ -1,5 +1,5 @@
--[[
- font_api mod for Minetest - Library to create textures with fonts and text
+ font_api mod for Minetest - Library creating textures with fonts and text
(c) Pierre-Yves Rollo
This program is free software: you can redistribute it and/or modify
@@ -15,7 +15,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
--]]
-
-- Integration with display API
if minetest.get_modpath("display_api") then