WhalesState / godot-resizable

Godot 4 plugin. This custom node will make its parent resizable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Godot 4 plugin. This custom node will make its parent resizable.

License:MIT License


Languages

Language:GDScript 100.0%