beta.r3js.org
-=yb4f310 2018-05-21 15:02:20 +02:00
parent 8f217a0838
commit f23218eae9
1 changed files with 2 additions and 2 deletions

View File

@ -222,8 +222,8 @@ R3.CustomCode.prototype.render = function(delta) {
R3.CustomCode.prototype.move = function(data) {
var x = data.x;
var y = data.y;
var x = data.x || 0;
var y = data.y || 0;
x *= 0.0025;
y *= 0.0075;