From bca0e1d25c15763aaa5ebd70b8aded0634394f31 Mon Sep 17 00:00:00 2001 From: Yiannis123Git <140423132+Yiannis123Git@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:02:47 +0200 Subject: [PATCH] Delete test.project.json --- test.project.json | 77 ----------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 test.project.json diff --git a/test.project.json b/test.project.json deleted file mode 100644 index 594a843..0000000 --- a/test.project.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "name": "ShiftUnlockedTesting", - "tree": { - "$className": "DataModel", - - "ReplicatedStorage": { - "Packages": { - "$path": "Packages", - "ShiftUnlocked": { - "$path": "src" - }, - "CastVisualizer": { - "$path": "Debug/CastVisualizer.lua" - } - } - }, - - "ServerScriptService": { - - }, - - "StarterPlayer": { - "StarterPlayerScripts": { - "$className": "StarterPlayerScripts", - "Testing": { - "$path": "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 - } - } - } -} \ No newline at end of file