config
This commit is contained in:
parent
43ae50e9a2
commit
d912450599
|
@ -1,4 +1,3 @@
|
||||||
Log.warn("start of config");
|
|
||||||
gameobject.elasticity = 1;
|
gameobject.elasticity = 1;
|
||||||
|
|
||||||
gameobject.clone("ball", {
|
gameobject.clone("ball", {
|
||||||
|
@ -153,5 +152,3 @@ var paddle = gameobject.clone("paddle", {
|
||||||
obj.velocity = obj.velocity.mult([-1,1]).scale(scaler);
|
obj.velocity = obj.velocity.mult([-1,1]).scale(scaler);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
Log.warn("end of config");
|
|
||||||
|
|
Loading…
Reference in a new issue