New User Interface Addon
May 13, 2020

A few weeks ago I have released the initial version of my Godot Addon pack. I'm now adding a new one, a custom User Interface Control node. This new control is named FancyLineEdit and it has been created primarily to be used as input for console and/or chat boxes. To that end, while it implements most of the LineEdit control functionality, it allows images to be rendered as well as basic text formatting.

The image bellow gives an example of the control in action:

The addon pack tutorial has been updated with a new page for user interface addons, which for the moment contains information only for the FancyLineEdit.

And the addon pack itself can be found on my GitHub Repository .

Happy forging!