diff options
| author | realtradam <[email protected]> | 2022-12-11 06:15:05 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-12-11 06:15:05 -0500 |
| commit | 5fba0cf01188cc31d8ea6a1b031d29cbbf784e0e (patch) | |
| tree | c2503ee046ef85fc5bd346f98b5d8df75c9a5193 /Assets/Scripts/GravitySource.cs | |
| parent | 4e32bf914903b88a766e7d6166faf34cb4ba4620 (diff) | |
| download | Magnet-Run-3D-5fba0cf01188cc31d8ea6a1b031d29cbbf784e0e.tar.gz Magnet-Run-3D-5fba0cf01188cc31d8ea6a1b031d29cbbf784e0e.zip | |
basic multi planet and multi plane gravity
Diffstat (limited to 'Assets/Scripts/GravitySource.cs')
| -rw-r--r-- | Assets/Scripts/GravitySource.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Assets/Scripts/GravitySource.cs b/Assets/Scripts/GravitySource.cs deleted file mode 100644 index e34a42e..0000000 --- a/Assets/Scripts/GravitySource.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class GravitySource : MonoBehaviour
-{
- // Start is called before the first frame update
- void Start()
- {
-
- }
-
- // Update is called once per frame
- void Update()
- {
-
- }
-}
|
