diff options
Diffstat (limited to 'test-client')
-rw-r--r-- | test-client/main.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-client/main.ts b/test-client/main.ts index b189f08b..807567c8 100644 --- a/test-client/main.ts +++ b/test-client/main.ts @@ -307,9 +307,9 @@ function draw_ingame() { ctx.fillStyle = `hsl(${player.character}rad, 80%, 70%)` ctx.beginPath() - ctx.moveTo(-0.04, 0.35) - ctx.lineTo(0.04, 0.35) - ctx.lineTo(0, 0.5) + ctx.moveTo(-0.04, 0.25) + ctx.lineTo(0.04, 0.25) + ctx.lineTo(0, 0.4) ctx.fill() ctx.restore() |