Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Resizable
This custom node will make its parent resizable.
Supported Engine Version
4.0
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL
Godot Resizable
This is a Godot 4 plugin. This custom node will make its parent resizable. Parent has to extend from Control
.
Example
Add the custom node Resizable
as a child to any Control
node. Below, I added in a PanelContainer
node.
This will result in a resizable panel:
The final result can be better visualized in this video.
This custom node will make its parent resizable.
Reviews
Quick Information
Resizable
This custom node will make its parent resizable.
Supported Engine Version
4.0
Version String
1.1
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL