Added the script look with mouse to default script

Look with touch does not work on PC’s or any mouse that does not accept
two finger touch. I have therefore added look with mouse to default
scripts.
This commit is contained in:
Chris Collins 2015-02-04 09:53:38 -08:00
parent de58c4a007
commit ee49ce08cb

View file

@ -17,3 +17,4 @@ Script.load("headMove.js");
Script.load("inspect.js");
Script.load("lobby.js");
Script.load("notifications.js");
Script.load("lookWithMouse.js")