This commit is contained in:
John Alanbrook 2023-05-26 02:56:50 +00:00
parent 43ae50e9a2
commit d912450599

View file

@ -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");