From 7dbbecb4c91262ee3a9573dc502693414900861d Mon Sep 17 00:00:00 2001 From: NewLand <86148752+NewLandTV@users.noreply.github.com> Date: Tue, 22 Mar 2022 23:20:49 +0900 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb6be87..f3c909c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# Unity-Example-1-Project -유니티 샘플 첫 번째 강좌에 사용하던 프로젝트 입니다. +# Unity Example 1-Project + +This is the project I used in the first tutorial of the Unity Sample. + +___ + +| | **Manual** | +|:---:|:---:| +| `W` | Player move to forward | +| `A` | Player move to left | +| `S` | Player move to back | +| `D` | Player move to right | +| `1` | Change to first weapon | +| `2` | Change to second weapon | +| `3` | Change to third weapon | +| `Mouse left` | Currently equipped gun shooting |