mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"name": "ElevatorGame",
|
|
"globIgnorePaths": [
|
|
"**/package.json",
|
|
"**/tsconfig.json"
|
|
],
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"ReplicatedStorage": {
|
|
"$className": "ReplicatedStorage",
|
|
"$path": "out/shared",
|
|
"Roact": {
|
|
"$path": "roact/src"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |