JujuAdams / Clean-Shapes

Antialiased primitives library for GameMaker Studio 2023.1
MIT License
38 stars 6 forks source link

Add offset to border of shape #34

Open Shavv opened 12 months ago

Shavv commented 12 months ago

Offset value for borders with positive numbers moving outwards and negative numbers moving inwards of the shape.

image

example: .Border(thickness, offset, color, alpha)

JujuAdams commented 12 months ago

Would this apply to every shape?

Shavv commented 11 months ago

Would be awesome if it did.