From 1b2802dc1e0f6d981eb22255fd827b2651f309a0 Mon Sep 17 00:00:00 2001 From: interpreterK Date: Sat, 16 Dec 2023 16:50:39 -0500 Subject: [PATCH] project json --- default.project.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 default.project.json diff --git a/default.project.json b/default.project.json new file mode 100644 index 0000000..aa9d1a6 --- /dev/null +++ b/default.project.json @@ -0,0 +1,20 @@ +{ + "name": "ElevatorGame", + "tree": { + "$className": "DataModel", + "ReplicatedStorage": { + "$path": "src/shared" + }, + "ServerScriptService": { + "$path": "src/server" + }, + "StarterPlayer": { + "StarterPlayerScripts": { + "$path": "src/client/Player" + }, + "StarterCharacterScripts": { + "$path": "src/client/Character" + } + } + } +} \ No newline at end of file