feat(stage-tamagotchi): live2d model look at mouse position (#194)

* chore: set rust-analyzer path
* refactor: let frontend to check if cursor is inside window
* feat(stage-tamagotchi): live2d model look at mouse position
* chore: improve DX
* fix(stage-web): live2d model look at mouse position
* fix: typo
* fix: keep necessary comments
* fix: typecheck
This commit is contained in:
LemonNeko
2025-06-06 16:32:29 +08:00
committed by GitHub
parent 65f6d7e968
commit 2e1260f0c2
15 changed files with 206 additions and 113 deletions
+1
View File
@@ -13,6 +13,7 @@
"rust-analyzer.cargo.extraEnv": {
"MACOSX_DEPLOYMENT_TARGET": "10.13"
},
"rust-analyzer.cargo.targetDir": "target/rust-analyzer",
// Disable the default formatter
"prettier.enable": false,