<Group>
A group is a simple container object for other objects. Groups can be used to apply a single asset name to multiple objects as well as serve as a base for objects with relative positions and sizes
Group attributes
This asset type inherits all object attributes.
Valid child tags
| Child tags | Description |
| <Traits> | Object traits list |
| <Meta> | Meta information |
| Objects... | Other objects |
Example
<Group name="My group" size="320,240">
<Border texture="My other texture" size="100%"/>
<Image texture="My texture" />
</Group>
