mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-27 02:17:36 -04:00
13 lines
361 B
INI
13 lines
361 B
INI
[plugin]
|
|
|
|
name="Max Size Container"
|
|
description="This is a custom container that limits its child maximum size.
|
|
|
|
1. Add a Control node as a child
|
|
2. Set its maximum width and height
|
|
3. Choose how to align the child node when the maximum size is reached
|
|
|
|
Note that the container can only accept 1 child."
|
|
author="Brom Bresenham"
|
|
version="1.3"
|
|
script="plugin.gd"
|