mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-06 23:27:51 -04:00
home scene
This commit is contained in:
parent
5fe170dfc6
commit
cce0bedbb1
21 changed files with 559 additions and 131 deletions
13
app/addons/max_size_container/plugin.cfg
Normal file
13
app/addons/max_size_container/plugin.cfg
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue