Added outlined texture and material drawing functions#21
Conversation
|
Can't this already be done using the |
I personally do not know, it might be possible, I never used this approach, only helper functions. Those are just helper functions to quickly draw outlines with material applied. |
|
It's simple RNDX().Rect(100, 100, 250, 120)
:Rad(12)
:Material(mat)
:Outline(2)
:Color(color_white)
:Draw()I will be getting rid of that first call and just make it a table access, and almost all of them are jitted anyway |
Simple as the title, just a couple of new functions that gives new opportunities.
Two new functions: