Skip to content

Commit

Permalink
Changed Plugin Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Aug 30, 2021
1 parent 73e106a commit 3c94644
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/texture_fonts/UI/FontEditor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func add_texture(texture: Texture, idx := -1):
_add_texture_ui(texture, idx)
var font = get_font_from_ref()
font.add_texture(texture)
change_texture(file_list.get_child_count() - 1)
queue_save()

func _add_texture_ui(texture: Texture, idx := -1):
Expand Down Expand Up @@ -170,7 +171,6 @@ func change_texture(index: int):
texture_viewer.set_mapping(font.texture_mappings[index])

update_overlay()
queue_save()


# ------ Signals ------
Expand Down
6 changes: 4 additions & 2 deletions addons/texture_fonts/plugin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[plugin]

name="TextureFonts"
description="Adds a new TextureFont resource, which allows easily creating BitmapFonts from Textures."
description="For Godot 3.3.3+
Adds a new TextureFont resource, which allows easily creating BitmapFonts from Textures."
author="ElectronicBlueberry"
version="3.3.3.1"
version="1.0.1"
script="texture_fonts.gd"

0 comments on commit 3c94644

Please sign in to comment.