|
function addDiamound(group, x: Float, y: Float, ?style: Dynamic) {
|
|
function addDiamound(group, x: Float, y: Float, ?style: Dynamic) {
|
|
new h2d.col.Point(x + size,y),
|
|
new h2d.col.Point(x + size,y),
|
|
new h2d.col.Point(x,y - size),
|
|
new h2d.col.Point(x,y - size),
|