project.json 629 B

12345678910111213141516171819
  1. {
  2. "project_name": "GameJam2021",
  3. "origin": "The primary repo for GameJam2021 goes here: i.e. http://www.mydomain.com",
  4. "license": "What license GameJam2021 uses goes here: i.e. https://opensource.org/licenses/MIT",
  5. "display_name": "GameJam2021",
  6. "summary": "A short description of GameJam2021.",
  7. "canonical_tags": [
  8. "Project"
  9. ],
  10. "user_tags": [
  11. "GameJam2021"
  12. ],
  13. "icon_path": "preview.png",
  14. "engine": "o3de",
  15. "external_subdirectories": [],
  16. "restricted_name": "projects",
  17. "project_id": "{873840b2-e16d-4e10-9ca8-7382b1ac1a77}",
  18. "engine_version": "2.2.2"
  19. }