Fix drawCard method. Used passed W/H

develop
Nathan Steel 1 year ago
parent 3a174aed84
commit 3e71a1cfb0

@ -79,8 +79,8 @@ class Board{
name: name,
x: positionX,
y: positionY,
width: cardWidth/2,
height: cardHeight/2,
width: width,
height: height,
fillStyle: fill
});

Loading…
Cancel
Save