refactor pointerControls, move away from hero to gameEngine

This commit is contained in:
2026-02-21 20:42:29 +02:00
parent 8954770ff7
commit 151e1ff82f
4 changed files with 22 additions and 26 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ export default {
},
control(){
engine.hero.lockControls();
engine.pointerControls.lock(true);
},
async fullScreen(){