Update public/sketch.js
Browse files- public/sketch.js +2 -2
public/sketch.js
CHANGED
@@ -38,9 +38,9 @@ function setup() {
|
|
38 |
console.log(arg[0])
|
39 |
space_uri = arg[0];
|
40 |
hf_tkn = arg[1];
|
41 |
-
|
42 |
});
|
43 |
-
|
44 |
Draws = new DrawHandler();
|
45 |
AS = new AnimSys(12, 12, 30, 8);
|
46 |
|
|
|
38 |
console.log(arg[0])
|
39 |
space_uri = arg[0];
|
40 |
hf_tkn = arg[1];
|
41 |
+
|
42 |
});
|
43 |
+
grAPI = new GRAPI(space_uri, hf_tkn);
|
44 |
Draws = new DrawHandler();
|
45 |
AS = new AnimSys(12, 12, 30, 8);
|
46 |
|