more roact

This commit is contained in:
2024-04-05 02:25:27 -04:00
parent 71a697b2db
commit 5bea87eea7
5 changed files with 729 additions and 50 deletions

View File

@@ -7,30 +7,48 @@
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$path": "src/shared"
"$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": "src/server"
"$path": "out/server"
}
},
"ReplicatedFirst": {
"$path": "src/load"
"$className": "ReplicatedFirst",
"$path": "out/load"
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"rapid-PlayerRoot": {
"$className": "Actor",
"Player": {
"$path": "src/client/Player"
"$path": "out/client/Player"
}
}
},
"StarterCharacterScripts": {
"$className": "StarterCharacterScripts",
"rapid-CharacterRoot": {
"$className": "Actor",
"$path": "src/client/Character"
"$path": "out/client/Character"
}
}
}