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

Revert non-working right click changes

knod opened this issue · comments

commented

Revert the changes that did not fix the right clicking issue to what they were previously.

Your commit 0f3a37d fixed this.

commented

They didn't actually revert code to what it was before we made attempt to make the right click work in other ways, there's now unnecessary code in a few places. game.on('fire'... is one of those places. Something to do with highlight was another of those places.