CubeGravity - Made script usable for multiple objects, changed a comment

This commit is contained in:
Santi 2024-07-15 16:47:20 +01:00
parent 16784160a1
commit 41ed6da914

View File

@ -7,7 +7,7 @@ using UnityEngine;
//! Bugs or Issues //! Bugs or Issues
//? Questions or Suggestions //? 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 public class CubeGravity : MonoBehaviour
{ {
// Start is called before the first frame update // Start is called before the first frame update