Version 1 (modified by landauf, 17 years ago) (diff) |
---|
Rendering of 2-dimensional Elements
To render two dimensional elements like:
- Text
- Aim/Crosshair
- GUI
there is now an implementation of a 2D-rendering engine.
The engine is coppled with the GraphicsEngine, and it does everything we need, like ticking and drawing. The only thing you have to worry about is creating a 2D-element.
Also see Element2D