Hi folks.
I'm looking for a way to draw a line which could separated vertically a rectangle.
To sum up, I want to draw a two cells rectangle.
For the moment, I just have one rectangle and I didn't find the good documentation to draw more of one.
Here's my code for now.
IDEInstance.prototype.OnCreate = function()
{
this.instance.SetHotspot(new cr.vector2(0, 0));
}
IDEInstance.prototype.OnInserted = function()
{
this.instance.SetSize(new cr.vector2(75, 25));
}