Skip to content

Commit

Permalink
Update project version number
Browse files Browse the repository at this point in the history
Also added a description and specified the Godot version in project.godot and the plugin.cfg
  • Loading branch information
LuisEscorza committed Apr 12, 2024
1 parent bef702b commit e2e3eb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addons/label_font_auto_sizer/plugin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[plugin]

name="LabelFontAutoSizer"
name="LabelFontAutoSizer - Godot3"
description="Tool that makes labels text fit into the rect."
author="Lescandez"
version="1.0"
version="1.0.1"
script="plugin.gd"
11 changes: 8 additions & 3 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ _global_script_classes=[ {
"path": "res://addons/label_font_auto_sizer/rich_label_auto_sizer.gd"
} ]
_global_script_class_icons={
"LabelAutoSizer": "res://addons/label_font_auto_sizer/LabelFontAutoSizer.svg",
"RichLabelAutoSizer": "res://addons/label_font_auto_sizer/LabelFontAutoSizer.svg"
"LabelAutoSizer": "res://addons/label_font_auto_sizer/label_font_auto_sizer.svg",
"RichLabelAutoSizer": "res://addons/label_font_auto_sizer/label_font_auto_sizer.svg"
}

[application]

config/name="Label Font Auto Sizer"
config/name="Label Font Auto Sizer - Godot 3"
config/description="Tool that adds Labels with text autosizing capabilities."
run/main_scene="res://demo/play_scene_demo.tscn"
config/icon="res://addons/label_font_auto_sizer/label_font_auto_sizer.svg"

Expand All @@ -50,3 +51,7 @@ common/drop_mouse_on_gui_input_disabled=true
[physics]

common/enable_pause_aware_picking=true

[rendering]

quality/driver/driver_name=""

0 comments on commit e2e3eb7

Please sign in to comment.