From c5859cc8f29f75bfe994d31e6f1c03ee3c5dc361 Mon Sep 17 00:00:00 2001 From: ElectronicBlueberry <44241786+ElectronicBlueberry@users.noreply.github.com> Date: Wed, 17 Nov 2021 12:33:27 +0100 Subject: [PATCH] bumped version --- README.md | 2 +- addons/texture_fonts/plugin.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58df941..a1d52ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Texture-Fonts -Texture Fonts is a Plugin for Godot 3.3.3+ that allows for easy creation of custom Fonts directly inside of Godot. +Texture Fonts is a Plugin for Godot 3.4+ that allows for easy creation of custom Fonts directly inside of Godot. Simply load a texture, specify some parameters, and the plugin will generate all necessary font-data. The Plugin adds a new custom Resource "TextureFont", and a Font Editor to edit the Fonts. diff --git a/addons/texture_fonts/plugin.cfg b/addons/texture_fonts/plugin.cfg index 751770e..fca9fbe 100644 --- a/addons/texture_fonts/plugin.cfg +++ b/addons/texture_fonts/plugin.cfg @@ -1,9 +1,9 @@ [plugin] name="TextureFonts" -description="For Godot 3.3.3+ +description="For Godot 3.4+ Adds a new TextureFont resource, which allows easily creating BitmapFonts from Textures." author="ElectronicBlueberry" -version="1.0.3" +version="1.1.0" script="texture_fonts.gd"