forked from o3de/Protect-the-Moon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
48 lines (48 loc) · 1.32 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"project_name": "Protect-the-Moon",
"version": "1.0.0",
"project_id": "{92A07177-CB9C-49C0-B7EB-3729B0154A48}",
"origin": "The primary repo for Protect-the-Moon goes here: i.e. http://www.mydomain.com",
"license": "What license Protect-the-Moon uses goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
"display_name": "Protect-the-Moon",
"summary": "A short description of Protect-the-Moon.",
"canonical_tags": [
"Project"
],
"user_tags": [
"Protect-the-Moon"
],
"icon_path": "preview.png",
"engine": "o3de",
"external_subdirectories": [
"Gem"
],
"restricted": "Protect-the-Moon",
"gem_names": [
"Protect-the-Moon",
"Atom",
"AudioSystem",
"AWSCore",
"CameraFramework",
"Compression",
"DebugDraw",
"DiffuseProbeGrid",
"EditorPythonBindings",
"EMotionFX",
"GameState",
"ImGui",
"LandscapeCanvas",
"LyShine",
"PhysX",
"PrimitiveAssets",
"PrefabBuilder",
"SaveData",
"ScriptCanvasPhysics",
"ScriptEvents",
"StartingPointInput",
"TextureAtlas",
"WhiteBox",
"LyShineExamples"
],
"engine_version": "2.0.0"
}