1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-01 07:30:42 +02:00

Updated font_api mod desctiption in headers

This commit is contained in:
Pierre-Yves Rollo
2018-12-11 11:57:54 +01:00
parent 523485df2b
commit 4604be9a8b
6 changed files with 56 additions and 62 deletions

View File

@ -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