Created by: yohjimane
Resolves https://github.com/OpenXRay/xray-16/issues/1192
Example:
Example code in ui_custom_msgs.xml:
<test x="0" y="0" width="50" height="50" alignment="l">
<text font="graffiti32" r="240" g="217" b="182" a="255">Left</text>
</test>
<test2 x="0" y="0" width="50" height="50" alignment="r">
<text font="graffiti32" r="240" g="217" b="182" a="255">Right</text>
</test2>
<test3 x="500" y="0" width="50" height="50" alignment="t">
<text font="graffiti32" r="240" g="217" b="182" a="255">Top</text>
</test3>
<test4 x="500" y="0" width="50" height="50" alignment="b">
<text font="graffiti32" r="240" g="217" b="182" a="255">Bottom</text>
</test4>