mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
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
This commit is contained in:
@@ -2,16 +2,21 @@
|
||||
"name": "ElevatorGame",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
|
||||
"ReplicatedStorage": {
|
||||
"$path": "src/shared"
|
||||
},
|
||||
"ServerScriptService": {
|
||||
"$path": "src/server"
|
||||
},
|
||||
|
||||
"StarterPlayer": {
|
||||
"StarterPlayerScripts": {
|
||||
"$path": "src/client/Player"
|
||||
"Player": {
|
||||
"$path": "src/client/Player"
|
||||
}
|
||||
},
|
||||
|
||||
"StarterCharacterScripts": {
|
||||
"$path": "src/client/Character"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user