From 6e7d367b94f898bb47efdf466534498b545cc461 Mon Sep 17 00:00:00 2001 From: Moritz Kirschner Date: Sun, 16 May 2021 18:13:05 +0200 Subject: [PATCH] Fixed link typo in Readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e23ed66..0e9485a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Input is abstracted using the command pattern (See [CharacterInput.cs](/Assets/S **Cold Start** -The game can be cold-started from a game scene as long as the scene contains a [WorldManager](/Assets/Scripts/Gameplay/WorldManager.cs). We call the singletons [WorldManager](/Assets/Scripts/Input/InputManager.cs) and [GameManager](/Assets/Scripts/Gameplay/GameManager.cs) which come with a default configuration to quickly test gameplay without going through the menu. +The game can be cold-started from a game scene as long as the scene contains a [WorldManager](/Assets/Scripts/Gameplay/WorldManager.cs). We call the singletons [InputManager](/Assets/Scripts/Input/InputManager.cs) and [GameManager](/Assets/Scripts/Gameplay/GameManager.cs) which come with a default configuration to quickly test gameplay without going through the menu. **Character Controller**