Files
Roblox-Elevator-Game/default.project.json
2024-04-05 16:32:45 -04:00

53 lines
1.1 KiB
JSON

{
"name": "ElevatorGame",
"globIgnorePaths": [
"**/package.json",
"**/tsconfig.json"
],
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$path": "out/shared",
"rbxts_include": {
"$path": "out/include",
"node_modules": {
"$className": "Folder",
"@rbxts": {
"$path": "node_modules/@rbxts"
}
}
}
},
"ServerScriptService": {
"$className": "ServerScriptService",
"rapid-Server": {
"$className": "Actor",
"$path": "out/server"
}
},
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$path": "out/load"
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"rapid-PlayerRoot": {
"$className": "Actor",
"Player": {
"$path": "out/client/Player"
}
}
},
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"rapid-CharacterRoot": {
"$className": "Actor",
"$path": "out/client/Character"
}
}
}
}
}