Closed illogicalapple closed 11 months ago
You want to slice 2d concave polygons?
yeah, just kinda hoping it wouldn't be too hard to do off this
It's probably easier to create it from scratch. Maybe you could try using geometry2D to do it. https://docs.godotengine.org/en/stable/classes/class_geometry2d.html https://www.youtube.com/watch?v=mnDsqD3S1YY
Also, I found this for godot 3 if you're interested: https://github.com/lupoDharkael/godot-sprite-slicing
no idea how much of the code would need to be modified