Files
Roblox-Elevator-Game/default.project.json
interpreterK 3a84d5b85d New game file structure
Scratch making the framework/engine open source for now until i figure out a better file structure that will work with Rojo
2023-12-19 18:03:55 -05:00

25 lines
378 B
JSON

{
"name": "ElevatorGame",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$path": "src/shared"
},
"ServerScriptService": {
"$path": "src/server"
},
"StarterPlayer": {
"StarterPlayerScripts": {
"Player": {
"$path": "src/client/Player"
}
},
"StarterCharacterScripts": {
"$path": "src/client/Character"
}
}
}
}