aboutsummaryrefslogtreecommitdiff
path: root/test-client/visual.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-22 16:55:17 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-22 16:55:17 +0200
commit04e212f3ac61e9af772d803271875e057e498072 (patch)
treed58197e626869463b3e8d49b03135c2861551c66 /test-client/visual.ts
parentb34b2a5b8d118974502c015912e1ed67fa6965b0 (diff)
downloadhurrycurry-04e212f3ac61e9af772d803271875e057e498072.tar
hurrycurry-04e212f3ac61e9af772d803271875e057e498072.tar.bz2
hurrycurry-04e212f3ac61e9af772d803271875e057e498072.tar.zst
Fix step is_busy and stop moving when interacting
Diffstat (limited to 'test-client/visual.ts')
-rw-r--r--test-client/visual.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-client/visual.ts b/test-client/visual.ts
index c06edff0..823fc006 100644
--- a/test-client/visual.ts
+++ b/test-client/visual.ts
@@ -114,9 +114,9 @@ function draw_debug_events() {
ctx.stroke()
} else if (ev.display.ty == "label") {
ctx.font = "0.2px sans-serif"
- ctx.strokeStyle = "black"
+ ctx.strokeStyle = "white"
ctx.fillStyle = color
- ctx.lineWidth = 0.1
+ ctx.lineWidth = 0.05
ctx.textAlign = "center"
ctx.textBaseline = "middle"
ctx.lineJoin = "round"