X-Git-Url: https://git.r.bdr.sh/rbdr/canvas/blobdiff_plain/3717f7fbf9ec110b51fe002cdced5d73ebd6136b..587d8fe65d61b8f7217b4e8850b44e43159c16fb:/src/lib/components/hud.svelte diff --git a/src/lib/components/hud.svelte b/src/lib/components/hud.svelte index ce32e0d..a115c91 100644 --- a/src/lib/components/hud.svelte +++ b/src/lib/components/hud.svelte @@ -1,30 +1,26 @@
- { formatCoordinate(x) } × { formatCoordinate(y) } + {formatCoordinate($canvas.x)} × {formatCoordinate($canvas.y)}