From d912450599aa143cb56913abe719d92750ebe837 Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Fri, 26 May 2023 02:56:50 +0000 Subject: [PATCH] config --- config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.js b/config.js index 716a299..37674ee 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,3 @@ -Log.warn("start of config"); gameobject.elasticity = 1; gameobject.clone("ball", { @@ -153,5 +152,3 @@ var paddle = gameobject.clone("paddle", { obj.velocity = obj.velocity.mult([-1,1]).scale(scaler); }, }); - -Log.warn("end of config");