Alex Snowrun
Results
2
comments of
Alex Snowrun
> Just support nil for bordersize in RoundedBoxEx. No need for more aliases. Do you mean something like this? ```lua function RoundedBoxEx( bordersize, x, y, w, h, color, tl, tr,...
> Yeah, use a bordersize == nil check though so false values will still error. `false` works the same as `nil` without additional checks. With any of these values, the...