Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 527 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 527 Bytes

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.

Node in scene

This will result in a resizable panel:

Panel in game

The final result can be better visualized in this video.