mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Delete example.project.json
This commit is contained in:
parent
3ba6a2fb49
commit
488d631229
1 changed files with 0 additions and 71 deletions
|
@ -1,71 +0,0 @@
|
||||||
{
|
|
||||||
"name": "example",
|
|
||||||
"tree": {
|
|
||||||
"$className": "DataModel",
|
|
||||||
"ReplicatedStorage": {
|
|
||||||
"Shared": {
|
|
||||||
"$path": "example/src/shared"
|
|
||||||
},
|
|
||||||
"ecs": {
|
|
||||||
"$path": "src"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ServerScriptService": {
|
|
||||||
"Server": {
|
|
||||||
"$path": "example/src/server"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"StarterPlayer": {
|
|
||||||
"StarterPlayerScripts": {
|
|
||||||
"Client": {
|
|
||||||
"$path": "example/src/client"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Workspace": {
|
|
||||||
"$properties": {
|
|
||||||
"FilteringEnabled": true
|
|
||||||
},
|
|
||||||
"Baseplate": {
|
|
||||||
"$className": "Part",
|
|
||||||
"$properties": {
|
|
||||||
"Anchored": true,
|
|
||||||
"Color": [
|
|
||||||
0.38823,
|
|
||||||
0.37254,
|
|
||||||
0.38823
|
|
||||||
],
|
|
||||||
"Locked": true,
|
|
||||||
"Position": [
|
|
||||||
0,
|
|
||||||
-10,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"Size": [
|
|
||||||
512,
|
|
||||||
20,
|
|
||||||
512
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Lighting": {
|
|
||||||
"$properties": {
|
|
||||||
"Ambient": [
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0
|
|
||||||
],
|
|
||||||
"Brightness": 2,
|
|
||||||
"GlobalShadows": true,
|
|
||||||
"Outlines": false,
|
|
||||||
"Technology": "Voxel"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"SoundService": {
|
|
||||||
"$properties": {
|
|
||||||
"RespectFilteringEnabled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue