Pārlūkot izejas kodu

Fix typo and set project version

Signed-off-by: guillaume-haerinck <[email protected]>
guillaume-haerinck 1 gadu atpakaļ
vecāks
revīzija
ee2b966050
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 1 1
      README.md
  2. 2 1
      project.json

+ 1 - 1
README.md

@@ -16,7 +16,7 @@ You need to [install git with lfs support](https://git-scm.com/downloads), and [
 
 1. Clone the github repository (`git clone https://github.com/o3de/ThirdPersonTemplate.git`). When prompted to authenticate, use your github username and the token as password.
 2. Launch O3DE. It will open the Project manager. Click on the **New Project** button then **Open Existing Project** option.
-3. Navigate to your download (and make sure it is unzipped). Open this folder. The project should now be registered.
+3. Navigate to your repository. Open this folder. The project should now be registered.
 
 ![project](doc/cover.png?raw=true)
 

+ 2 - 1
project.json

@@ -12,7 +12,8 @@
         "ThirdPersonTemplate"
     ],
     "icon_path": "preview.png",
-    "engine": "o3de-sdk",
+    "engine": "o3de",
+    "engine_version": "2.2.2",
     "external_subdirectories": [
         "Gem"
     ],