project.json 538 B

1234567891011121314151617
  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. }