Relative - LiruJ/GuiCookie GitHub Wiki
Relative defines a value that can either be absolute or relative.
<Node Relative="15.2"/>
<Node Relative="44"/>
<Node Relative="65.25%"/>
<Node Relative="50%"/>If the value ends with a % character, it will be treated as relative, otherwise it will be absolute.