From 41ed6da914c0ad44bb565b73f17a119dad4b1aa5 Mon Sep 17 00:00:00 2001 From: Santi Date: Mon, 15 Jul 2024 16:47:20 +0100 Subject: [PATCH] CubeGravity - Made script usable for multiple objects, changed a comment --- Assets/Scripts/Catch/CubeGravity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Catch/CubeGravity.cs b/Assets/Scripts/Catch/CubeGravity.cs index 44206fa..09dcc8d 100644 --- a/Assets/Scripts/Catch/CubeGravity.cs +++ b/Assets/Scripts/Catch/CubeGravity.cs @@ -7,7 +7,7 @@ using UnityEngine; //! Bugs or Issues //? Questions or Suggestions -//TODO Increase the gravity of the object attached to this script +//* Increase the gravity of the object attached to this script public class CubeGravity : MonoBehaviour { // Start is called before the first frame update