4
Text Engine with some useful features like alignment, border and shadow.
use chained methods to render text.
Text('Something to say?!')
:x(50)
:y(100)
:color(15)
:scale(2)
:small()
:border()
:left()
:top()
:render()
The 'render' method should always go to the end!
masternama
|
Awesome!
|