What is the best way to implement round corners for a button? (Solved)

Hello there!
I’ve stumbled into a problem while implementing GUI in my game: there is no easy way to make a button with round corners in Flax 1.7.2.
Is there any way to do that?

Use 9-Slicing Brush that can properly handle corners of resizable are: Brushes | Flax Documentation

1 Like

Oh, okay. Thanks!