-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<text> is broken #114
Comments
which component is this about? |
This is Adv. Hud Indicator 2 |
pretty sure adv hud 2 has been broken for longer than I've been a dev, so like 13 years at this point if not more |
You sure that's how it's supposed to work? I doubt they support parsing I see the test does this:
Also, wtf is this how have I never heard of it lmao |
Nevermind semicolons do seem to work for me But yeah the whole thing is so broken no idea why you're even trying to use it. For me it just draws a rectangle and "NIL" with the syntax above. |
You can't print a string or a number, it always prints "table: " followed by some random bytes.
HML code:
<hml> <rect start={832,930}; size={128,128}; color={0,0,0,150};> <text position={0,0}; value=1234; color{255,236,12};/> </rect> </hml>
The text was updated successfully, but these errors were encountered: