Skip to content

Instantly share code, notes, and snippets.

@5Mixer
5Mixer / NineSlice.hx
Created May 23, 2021 06:19
9-slice-kha
import kha.graphics2.Graphics;
import kha.Image;
class NineSlice {
var radiusSize:Int;
var sourceImageEdgeLength:Int;
var image:Image;
public function new(radiusSize:Int, image:Image) {
if (image.width != image.height) {