mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
restyle
This commit is contained in:
@@ -236,10 +236,10 @@ class cardText {
|
||||
}
|
||||
|
||||
function scaleX(xToScale) {
|
||||
return xToScale * cardWidth
|
||||
return Math.round(xToScale * cardWidth)
|
||||
}
|
||||
function scaleY(yToScale) {
|
||||
return yToScale * cardHeight
|
||||
return Math.round(yToScale * cardHeight)
|
||||
}
|
||||
|
||||
function drawCardObjects() {
|
||||
|
Reference in New Issue
Block a user