diff --git a/example.project.json b/example.project.json deleted file mode 100644 index c3c66c8..0000000 --- a/example.project.json +++ /dev/null @@ -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 - } - } - } -}