From 3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 19 Jun 2024 14:08:49 +0200 Subject: customers go to chairs --- test-client/main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test-client/main.ts') 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() -- cgit v1.2.3-70-g09d2