-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.addon
41 lines (41 loc) · 1.1 KB
/
.addon
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
{
"Title": "MediaPlayer",
"Type": "addon",
"Org": "playback",
"Ident": "mediaplayer",
"Tags": "runtime entity video youtube cinema videoplayer mediaplayer map",
"Schema": 1,
"HasAssets": true,
"AssetsPath": "",
"Resources": "ui/*\nmodels/*\nfonts/*\nentity/*\nfonts/*",
"MenuResources": null,
"HasCode": true,
"CodePath": "/code/",
"PackageReferences": [],
"EditorReferences": null,
"Metadata": {
"CsProjName": "",
"PrimaryAsset": "MediaPlayer.MPScreen",
"PhysicsMins": "-1,-1,-1",
"PhysicsMaxs": "1,1,1",
"RenderMins": "-1,-1,-1",
"RenderMaxs": "-1,-1,-1",
"Summary": "play mediacontent and have fun",
"Public": true,
"Compiler": {
"RootNamespace": "Sandbox",
"DefineConstants": "SANDBOX;ADDON;DEBUG",
"NoWarn": "1701;1702;1591;",
"ReleaseMode": "Release"
},
"ReplaceTags": "mediaplayer entity player videoplayer youtube cinema runtime map",
"PackageSettings": [
{
"Choices": [],
"ConVarName": "",
"DisplayName": "New Setting..."
}
],
"ParentPackage": "facepunch.sandbox"
}
}