Merge branch 'GrappleWasAMistake'

This commit is contained in:
Melbyj1125
2022-04-27 12:58:51 -05:00
34 changed files with 716 additions and 905 deletions

View File

@@ -25,7 +25,7 @@ public class GameManager : MonoBehaviour
{
Destroy(gameObject);
}
//
//for keyboard
/* walkForward = (KeyCode)System.Enum.Parse(typeof(KeyCode), PlayerPrefs.GetString("walkForwardKey", "W"));