mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
* Initial commit * Return static function * Fix upvalues conflict * Add examples to luau * rename example folder * Add queries example * Add changetracking example * Add wildcards example * Delete example.project.json
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "demo",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"ReplicatedStorage": {
|
|
"Shared": {
|
|
"$path": "demo/src/shared"
|
|
},
|
|
"ecs": {
|
|
"$path": "src"
|
|
}
|
|
},
|
|
"ServerScriptService": {
|
|
"Server": {
|
|
"$path": "demo/src/server"
|
|
}
|
|
},
|
|
"StarterPlayer": {
|
|
"StarterPlayerScripts": {
|
|
"Client": {
|
|
"$path": "demo/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
|
|
}
|
|
}
|
|
}
|
|
}
|