Topic: How to draw a thin line of GUI? (client source)
How to in source draw a thin line of GUI? From one position to another.
You are not logged in. Please login or register.
Teeworlds Forum → Modifications → How to draw a thin line of GUI? (client source)
How to in source draw a thin line of GUI? From one position to another.
Either draw some small rectangle or a real line
Graphics()->LinesBegin();
IGraphics::CLineItem Line(x0, y0, x1, y1);
Graphics()->LinesDraw(&Line, 1);
Graphics()->LinesEnd();
Big thanks
What's next? Laser pointers?
Teeworlds Forum → Modifications → How to draw a thin line of GUI? (client source)
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.