-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathproject.json
More file actions
45 lines (45 loc) · 1.25 KB
/
project.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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
{
"project_name": "Paper_Kid",
"version": "1.0.0",
"project_id": "{DC2A7860-D1CE-49A9-8F01-7B8F5F67458B}",
"origin": "https://github.com/o3de/o3de-NewspaperDeliveryGame",
"origin_uri": "https://github.com/o3de/NewspaperDeliveryGame.git",
"license": "For terms please see the LICENSE*.TXT file at the root of this distribution.",
"display_name": "Newspaper_Delivery_Game",
"summary": "A short description of Paper_Kid.",
"script_only": true,
"canonical_tags": [
"Project"
],
"user_tags": [
"Paper_Kid"
],
"icon_path": "preview.png",
"engine": "o3de",
"restricted": "Paper_Kid",
"gem_names": [
"Atom",
"AudioSystem",
"CameraFramework",
"Compression",
"DebugDraw",
"DiffuseProbeGrid",
"EditorPythonBindings",
"EMotionFX",
"GameState",
"ImGui",
"LandscapeCanvas",
"LyShine",
"PhysX",
"PrimitiveAssets",
"PrefabBuilder",
"SaveData",
"ScriptCanvasPhysics",
"ScriptEvents",
"StartingPointInput",
"TextureAtlas",
"WhiteBox",
"RemoteTools"
],
"engine_version": "4.2.0"
}