implement first person hand
(cherry picked from commit bfe5a2eaca2858a7ccde1df847e2148dd79f4045)
This commit is contained in:
@@ -66,7 +66,7 @@ export default class GameWindow {
|
||||
});
|
||||
|
||||
// Mouse buttons
|
||||
document.addEventListener('click', function (event) {
|
||||
document.addEventListener('mousedown', function (event) {
|
||||
// Create sound engine (It has to be created after user interaction)
|
||||
if (!minecraft.soundManager.isCreated()) {
|
||||
minecraft.soundManager.create(minecraft.worldRenderer);
|
||||
|
||||
Reference in New Issue
Block a user