Set correct display text for the default and minimal projects.

Signed-off-by: pconroy <pconroy@amazon.com>
main
pconroy 5 years ago
parent 8f7a0a0dbd
commit 16f9eece76

@ -4,8 +4,8 @@
"restricted_platform_relative_path": "Templates", "restricted_platform_relative_path": "Templates",
"origin": "The primary repo for DefaultProject goes here: i.e. http://www.mydomain.com", "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", "license": "What license DefaultProject uses goes here: i.e. https://opensource.org/licenses/MIT",
"display_name": "Default", "display_name": "Standard",
"summary": "A short description of DefaultProject.", "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"], "included_gems": ["Atom","Camera","EMotionFX","UI","Maestro","Input","ImGui"],
"canonical_tags": [], "canonical_tags": [],
"user_tags": [ "user_tags": [

@ -2,8 +2,8 @@
"template_name": "MinimalProject", "template_name": "MinimalProject",
"origin": "The primary repo for MinimalProject goes here: i.e. http://www.mydomain.com", "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", "license": "What license MinimalProject uses goes here: i.e. https://opensource.org/licenses/MIT",
"display_name": "MinimalProject", "display_name": "Minimal",
"summary": "A short description of MinimalProject.", "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": [], "canonical_tags": [],
"user_tags": [ "user_tags": [
"MinimalProject" "MinimalProject"

Loading…
Cancel
Save