diff options
| author | realtradam <[email protected]> | 2022-12-11 02:54:14 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-12-11 02:54:14 -0500 |
| commit | 4e32bf914903b88a766e7d6166faf34cb4ba4620 (patch) | |
| tree | 7479dc98bdd6c90433b3286b188d1e9b861bad78 /Assets/Scripts/GravitySource.cs | |
| parent | 1b7c9c7fc27541bb9420b91b3cd68f3a726e435c (diff) | |
| download | Magnet-Run-3D-4e32bf914903b88a766e7d6166faf34cb4ba4620.tar.gz Magnet-Run-3D-4e32bf914903b88a766e7d6166faf34cb4ba4620.zip | |
single planet gravity
Diffstat (limited to 'Assets/Scripts/GravitySource.cs')
| -rw-r--r-- | Assets/Scripts/GravitySource.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Assets/Scripts/GravitySource.cs b/Assets/Scripts/GravitySource.cs new file mode 100644 index 0000000..e34a42e --- /dev/null +++ b/Assets/Scripts/GravitySource.cs @@ -0,0 +1,18 @@ +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()
+ {
+
+ }
+}
|
