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, name: name,
x: positionX, x: positionX,
y: positionY, y: positionY,
width: cardWidth/2, width: width,
height: cardHeight/2, height: height,
fillStyle: fill fillStyle: fill
}); });

Loading…
Cancel
Save