kumavis / node-warrior

:tiger: 3D multiplayer voxel sandbox to teach programming

Home Page:https://kumavis.github.io/node-warrior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedback when exiting game interaction

knod opened this issue · comments

commented

It might be useful to have some sort of feedback (e.g. a sound or visual effect) when you exit the pointer-lock (getting your mouse back), not just when you enter it.

The message from entering the game is actually provided by the browser. That said, we can still display a notification, or an animation indicating the position of the mouse on release.

commented

Yes, the message on entering the game is already there and is very useful (voxel.kumavis.me has disabled your mouse cursor. Press Esc to exit). I meant a message when you exit the game, i.e. when you 'esc' out of the game.

A little animation on the cursor on release sounds like a really neat way of doing that!