home scene

This commit is contained in:
Nordup 2024-11-21 05:20:31 +04:00
parent 5fe170dfc6
commit cce0bedbb1
21 changed files with 559 additions and 131 deletions

View file

@ -0,0 +1,13 @@
[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"