= Rendering of 2-dimensional Elements = [[ArchivePage]] 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 [wiki:Element2D Element2D]