diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-19 14:08:49 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 |
commit | 3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb (patch) | |
tree | cea31697154dd5668540e818cb536a304daf1ce4 /test-client | |
parent | 945a3f45adbf509ef5e7986d55121a4899e0a1b3 (diff) | |
download | hurrycurry-3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb.tar hurrycurry-3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb.tar.bz2 hurrycurry-3dc8cc2abb4e6a7be8237b86dab6ebed75fa43cb.tar.zst |
customers go to chairs
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() |