#what is wrong

1 messages · Page 1 of 1 (latest)

still hazel
#

Image image = Raylib.LoadImage("rectangle_edges.png");
object value = Raylib.DrawCube.Image(
image,
(int)rectPos.X,
(int)rectPos.Y,
(int)rectSize.X,
(int)rectSize.Y
);
Raylib.UnloadImage(image);
}
}