We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a3db8 commit 00e17bdCopy full SHA for 00e17bd
2 files changed
public/resources/pawn.svg
src/CapitalTycoon/Main.ts
@@ -75,7 +75,7 @@ game.container.pawn4 = new JSImage(
75
game.container.pawn3,
76
game.container.pawn4,
77
].forEach(pawn => {
78
- pawn.scale = 0.05;
+ pawn.scale = 0.25;
79
pawn.editSVG((pawn: SVGElement) => {
80
pawn.setAttribute('fill', 'red');
81
}, '.pawn');
0 commit comments