project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "project_name": "Paper_Kid",
  3. "version": "1.0.0",
  4. "project_id": "{DC2A7860-D1CE-49A9-8F01-7B8F5F67458B}",
  5. "origin": "https://github.com/o3de/o3de-NewspaperDeliveryGame",
  6. "origin_uri": "https://github.com/o3de/NewspaperDeliveryGame.git",
  7. "license": "For terms please see the LICENSE*.TXT file at the root of this distribution.",
  8. "display_name": "Newspaper_Delivery_Game",
  9. "summary": "A short description of Paper_Kid.",
  10. "script_only": true,
  11. "canonical_tags": [
  12. "Project"
  13. ],
  14. "user_tags": [
  15. "Paper_Kid"
  16. ],
  17. "icon_path": "preview.png",
  18. "engine": "o3de",
  19. "restricted": "Paper_Kid",
  20. "gem_names": [
  21. "Atom",
  22. "AudioSystem",
  23. "CameraFramework",
  24. "Compression",
  25. "DebugDraw",
  26. "DiffuseProbeGrid",
  27. "EditorPythonBindings",
  28. "EMotionFX",
  29. "GameState",
  30. "ImGui",
  31. "LandscapeCanvas",
  32. "LyShine",
  33. "PhysX",
  34. "PrimitiveAssets",
  35. "PrefabBuilder",
  36. "SaveData",
  37. "ScriptCanvasPhysics",
  38. "ScriptEvents",
  39. "StartingPointInput",
  40. "TextureAtlas",
  41. "WhiteBox",
  42. "RemoteTools"
  43. ],
  44. "engine_version": "4.2.0"
  45. }