Replace pitching.js include with relative path

This commit is contained in:
Ryan Huffman 2015-11-02 12:12:54 -08:00
parent 3820adf3f6
commit b8d90ab28e

View file

@ -1,5 +1,5 @@
(function() {
Script.include("file:///c:%5CUsers%5CRyan%5Cdev%5Chifi%5Cexamples%5Cbaseball%5Cpitching.js");
Script.include("pitching.js");
var pitchingMachine = getPitchingMachine();
Script.update.connect(function(dt) { pitchingMachine.update(dt); });
this.startNearGrab = function() {