#let draw_rect take in an argument for border width
1 messages · Page 1 of 1 (latest)
I should note this should also apply to draw_circle (Probably polygon too but i've never used it)
It's the kind of function you usually make yourself and save in a library to reuse later if needed.
There could be many requests like that which could certainly be useful but in the end it becomes a bit of a mess.
I think we should keep things simple and the player takes responsibility for doing more complex things with custom functions.
fair enough, thanks for considering