Set correct display text for the default and minimal projects.
Signed-off-by: pconroy <pconroy@amazon.com>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"restricted_platform_relative_path": "Templates",
|
||||
"origin": "The primary repo for DefaultProject goes here: i.e. http://www.mydomain.com",
|
||||
"license": "What license DefaultProject uses goes here: i.e. https://opensource.org/licenses/MIT",
|
||||
"display_name": "Default",
|
||||
"summary": "A short description of DefaultProject.",
|
||||
"display_name": "Standard",
|
||||
"summary": "This template has everything you need to build a full online 3D game or application.",
|
||||
"included_gems": ["Atom","Camera","EMotionFX","UI","Maestro","Input","ImGui"],
|
||||
"canonical_tags": [],
|
||||
"user_tags": [
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"template_name": "MinimalProject",
|
||||
"origin": "The primary repo for MinimalProject goes here: i.e. http://www.mydomain.com",
|
||||
"license": "What license MinimalProject uses goes here: i.e. https://opensource.org/licenses/MIT",
|
||||
"display_name": "MinimalProject",
|
||||
"summary": "A short description of MinimalProject.",
|
||||
"display_name": "Minimal",
|
||||
"summary": "This will be a good starting point for developers who are looking for building the game with the bare minimum of gems in O3DE, and adding more when needed. ",
|
||||
"canonical_tags": [],
|
||||
"user_tags": [
|
||||
"MinimalProject"
|
||||
|
||||
Reference in New Issue
Block a user