From 6e52abee2a042f99e0b0125945ea938ae5331d7c Mon Sep 17 00:00:00 2001 From: Syntriax Date: Tue, 15 Nov 2022 17:48:16 +0300 Subject: [PATCH] Update Readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 0b50a29..0738708 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Movement ---- - ## Getting Started 2D (Quick) 1. Clone the module to a folder in your Assets folder @@ -9,8 +7,6 @@ 3. Add `GroundMovement1D` component to your Player `GameObject` 4. Connect your inputs to the `MovementController` ([Example with Input System](#input-system-example)) ---- - ## Getting Started 2D (Longer) 1. Clone the module to a folder in your Assets folder