Edit of asset "Control++" Accepted

Old/Current New/Edit
Title Control++ Control++
Description This plugin adds control classes usefull for creating animated bars and tabs.

Firstly RevisedButton is a class similar to godot Button but uses RichTextLable to show contained text and automatically scrols it when it exceeds bounds using AutoScroll class.
ExpandableButton inherits from RevisedButton but normally displays only text or image and both when hovered by mouse.
AnimatedBar can be used for example to create ToolBar. It automaticaly resizes and rearranges its children and implements navigation mechanism if there are too many of them. It comes in two versions vertical and horizontal.
AnimatedTabContainer uses AnimatedBar to determine which child needs to be displayed similarly to godot TabContainer but does this with simple animation. It can support multiple AnimatedBar children at the same time.
IrregularGridContainer is very usefull for arranging ExpandableButton in rows and columns because it preserves additional space for them to expand in. Apart from that it rearranges its children in rows using theirs strech ratio property.

See documentation, in GodotEditor after instalation of this addon, for more informations. The markdown version can be found in github repository.
This plugin adds control classes usefull for creating animated bars and tabs.

Firstly RevisedButton is a class similar to godot Button but uses RichTextLable to show contained text and automatically scrols it when it exceeds bounds using AutoScroll class.
ExpandableButton inherits from RevisedButton but normally displays only text or image and both when hovered by mouse.
AnimatedBar can be used for example to create ToolBar. It automaticaly resizes and rearranges its children and implements navigation mechanism if there are too many of them. It comes in two versions vertical and horizontal.
AnimatedTabContainer uses AnimatedBar to determine which child needs to be displayed similarly to godot TabContainer but does this with simple animation. It can support multiple AnimatedBar children at the same time.
IrregularGridContainer is very usefull for arranging ExpandableButton in rows and columns because it preserves additional space for them to expand in. Apart from that it rearranges its children in rows using theirs strech ratio property.

See documentation, in GodotEditor after instalation of this addon, for more informations. The markdown version can be found in github repository.
Category Scripts Scripts
License MIT MIT
Repository Provider Custom Custom
Repository Url https://github.com/Rito13/godot_control_addon https://github.com/Rito13/godot_control_addon
Issues Url https://github.com/Rito13/godot_control_addon/issues https://github.com/Rito13/godot_control_addon/issues
Godot version Godot 4.3 Godot 4.3
Version String 1.3.0 1.3.0
Download Commit https://github.com/Rito13/godot_control_addon/releases/download/v1.3.0/release_verion_1.3.0.all_platforms.zip https://github.com/Rito13/godot_control_addon/releases/download/v1.3.0/release_verion_1.3.0.all_platforms.zip
Download Url (Computed) https://github.com/Rito13/godot_control_addon/releases/download/v1.3.0/release_verion_1.3.0.all_platforms.zip https://github.com/Rito13/godot_control_addon/releases/download/v1.3.0/release_verion_1.3.0.all_platforms.zip
Icon Url https://raw.githubusercontent.com/Rito13/godot_control_addon/refs/heads/main/images/Logo.png
https://raw.githubusercontent.com/Rito13/godot_control_addon/refs/heads/main/images/Logo.png