Skip to content

Commit

Permalink
Fixed link typo in Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Kirschner committed May 16, 2021
1 parent 8be1393 commit 6e7d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 6e7d367

Please sign in to comment.