Hold left click to grab items

This commit is contained in:
2025-02-22 14:25:56 -08:00
parent bfc1e53f3e
commit 0d5dfa6749
10 changed files with 179 additions and 102 deletions

View File

@ -91,7 +91,7 @@ class Drawing {
sprite: Sprite,
position: Point,
ix?: number,
options?: { xScale?: number; yScale: number; angle?: number },
options?: { xScale?: number; yScale?: number; angle?: number },
) {
position = this.camera.negate().offset(position);