diff --git a/7l8ar325qf.js b/7l8ar325qf.js new file mode 100644 index 0000000..1af9d53 --- /dev/null +++ b/7l8ar325qf.js @@ -0,0 +1,8 @@ + +if (!this.entityLoaded) { + return; +} + +this.entityLoaded.render(data.delta); + +//@ sourceURL=beforeRender.js \ No newline at end of file diff --git a/bmllkpyql3.js b/bmllkpyql3.js index f7756a0..5f33db7 100644 --- a/bmllkpyql3.js +++ b/bmllkpyql3.js @@ -11,4 +11,4 @@ this.entityLoaded.move( } ); -//@ sourceURL=mouseMoveARFootball2.js \ No newline at end of file +//@ sourceURL=mouseMoveARFootball3.js \ No newline at end of file diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index 7b6bd52..83a8fd2 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -222,9 +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; @@ -398,4 +397,4 @@ R3.Event.Emit( } ); -//@ sourceURL=entityLoaded.js \ No newline at end of file +//@ sourceURL=entityLoaded.js diff --git a/madnahfvrc.js b/madnahfvrc.js index 6653ff4..dff7d0e 100644 --- a/madnahfvrc.js +++ b/madnahfvrc.js @@ -1,5 +1,5 @@ if (data.entity === this.parentEntity) { - console.log('AR Football 2 Entity Loaded'); + console.log('AR Football 3 Entity Loaded'); } else { return; }