From 175345523527fca2e2878ccea1e1be391c778986 Mon Sep 17 00:00:00 2001 From: Carson Katri Date: Sat, 12 Jun 2021 14:20:38 -0400 Subject: Add movement to limbs --- Assets/Scripts/Controllers/GameController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assets/Scripts/Controllers/GameController.cs') 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 /// /// The single ball for the game. /// - [SerializeField] private Ball ball; + [SerializeField] public Ball ball; private void Awake() { -- cgit v1.2.3