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
  • Loading branch information
LuisEscorza committed Apr 12, 2024
1 parent 18d5632 commit d613577
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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 - Godot4"
description="Tool that makes labels text fit into the rect."
author="Lescandez"
version="1.0"
version="1.0.1"
script="plugin.gd"
4 changes: 3 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ config_version=5

[application]

config/name="Label Font Auto Sizer"
config/name="Label Font Auto Sizer - Godot 4"
config/description="Tool that adds Labels with text autosizing capabilities."
run/main_scene="res://demo/play_scene_demo.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://media/icon.png"
Expand All @@ -35,6 +36,7 @@ enabled=PackedStringArray("res://addons/label_font_auto_sizer/plugin.cfg")
[rendering]

textures/canvas_textures/default_texture_filter=0
renderer/rendering_method=""
textures/decals/filter=0
textures/light_projectors/filter=0
2d/snap/snap_2d_transforms_to_pixel=true
Expand Down

0 comments on commit d613577

Please sign in to comment.