
Originally Posted by
Magos Mechanicus
A very basic example here, a speedo designed to show speeds in the kind of range players achieve.
Code:
<hml>
<rect start={30%,5%}; end={(35+25*@Speed/500)%,15%}; color={255,255,255,255}; >
</rect>
</hml> I tried getting a text in the rect as well, but for some reason or other it went wrong.
I see. Is there any documentation on the sintax and commands? Because the pdf file in the repository isn't showing much 
Thank you for your help 
Oh Magos.....the text might work like this:
Code:
<hml>
<rect start={30%,5%}; end={(35+25*@Speed/500)%,15%}; color={255,255,255,255}; >
<text value="Speed...or something"; position={1%,1%}; />
</rect>
</hml> Can't test though. Must go to school soon
Bookmarks