aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Assets/Scripts/Controllers/GameController.cs
diff options
context:
space:
mode:
authorCarson Katri <carson.katri@gmail.com>2021-06-12 14:20:38 -0400
committerCarson Katri <carson.katri@gmail.com>2021-06-12 14:20:38 -0400
commit175345523527fca2e2878ccea1e1be391c778986 (patch)
tree62312d01c45b70e848aa42d47ba729ed5f5c1d9a /Assets/Scripts/Controllers/GameController.cs
parentfd0078b03f3cee926ad77532ec57b25bf5d02240 (diff)
downloadgmtk-gamejam-175345523527fca2e2878ccea1e1be391c778986.tar.gz
gmtk-gamejam-175345523527fca2e2878ccea1e1be391c778986.tar.zst
gmtk-gamejam-175345523527fca2e2878ccea1e1be391c778986.zip
Add movement to limbs
Diffstat (limited to 'Assets/Scripts/Controllers/GameController.cs')
-rw-r--r--Assets/Scripts/Controllers/GameController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Controllers/GameController.cs b/Assets/Scripts/Controllers/GameController.cs
index 2ae5f21..c326c4e 100644
--- a/Assets/Scripts/Controllers/GameController.cs
+++ b/Assets/Scripts/Controllers/GameController.cs
@@ -16,7 +16,7 @@ namespace Controllers
/// <summary>
/// The single ball for the game.
/// </summary>
- [SerializeField] private Ball ball;
+ [SerializeField] public Ball ball;
private void Awake()
{