remove silly console debug log crap
This commit is contained in:
parent
3879dbef65
commit
9cead16d07
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ ig.module(
|
||||||
if (ball.vel.x < 0) {
|
if (ball.vel.x < 0) {
|
||||||
// Do we need to move the panel enyway?
|
// Do we need to move the panel enyway?
|
||||||
if (this.move_delay == 0 && ((ball.pos.y > this.pos.y-5) && (ball.pos.y+ball.size.y < this.pos.y+this.size.y+5))) {
|
if (this.move_delay == 0 && ((ball.pos.y > this.pos.y-5) && (ball.pos.y+ball.size.y < this.pos.y+this.size.y+5))) {
|
||||||
console.log("delay" + ball.pos.y);
|
|
||||||
this.move_delay = 3;
|
this.move_delay = 3;
|
||||||
if (this.vel.y < 0) {
|
if (this.vel.y < 0) {
|
||||||
this.vel.y = -200+((3-this.move_delay)*50)
|
this.vel.y = -200+((3-this.move_delay)*50)
|
||||||
|
|
Loading…
Reference in a new issue