-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json.bak0
46 lines (46 loc) · 1.19 KB
/
project.json.bak0
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
{
"project_name": "Frogger",
"version": "1.0.0",
"project_id": "{8399C2D3-042D-45B3-A419-921CC8494781}",
"origin": "The primary repo for Frogger goes here: i.e. http://www.mydomain.com",
"license": "What license Frogger uses goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
"display_name": "Frogger",
"summary": "A short description of Frogger.",
"canonical_tags": [
"Project"
],
"user_tags": [
"Frogger"
],
"icon_path": "preview.png",
"engine": "o3de",
"external_subdirectories": [
"Gem"
],
"restricted": "Frogger",
"gem_names": [
"Frogger",
"Atom",
"AudioSystem",
"AWSCore",
"CameraFramework",
"Compression",
"DebugDraw",
"DiffuseProbeGrid",
"EditorPythonBindings",
"EMotionFX",
"GameState",
"ImGui",
"LandscapeCanvas",
"LyShine",
"PhysX",
"PrimitiveAssets",
"PrefabBuilder",
"SaveData",
"ScriptCanvasPhysics",
"ScriptEvents",
"StartingPointInput",
"TextureAtlas",
"WhiteBox"
]
}