Skip to content

Commit 00e17bd

Browse files
committed
fix pawn
1 parent d2a3db8 commit 00e17bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/resources/pawn.svg

Lines changed: 1 addition & 1 deletion
Loading

src/CapitalTycoon/Main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ game.container.pawn4 = new JSImage(
7575
game.container.pawn3,
7676
game.container.pawn4,
7777
].forEach(pawn => {
78-
pawn.scale = 0.05;
78+
pawn.scale = 0.25;
7979
pawn.editSVG((pawn: SVGElement) => {
8080
pawn.setAttribute('fill', 'red');
8181
}, '.pawn');

0 commit comments

Comments
 (0)