Actor support

This commit is contained in:
2024-02-21 13:23:23 -05:00
parent ff16d8ceb3
commit e5f1a546b1
21 changed files with 284 additions and 73 deletions

View File

@@ -2,7 +2,6 @@
"name": "ElevatorGame",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$path": "src/shared"
},
@@ -12,16 +11,20 @@
"ReplicatedFirst": {
"$path": "src/load"
},
"StarterPlayer": {
"StarterPlayerScripts": {
"Player": {
"$path": "src/client/Player"
"PlayerRoot -rapid": {
"$className": "Actor",
"Player": {
"$path": "src/client/Player"
}
}
},
"StarterCharacterScripts": {
"$path": "src/client/Character"
"CharacterRoot -rapid": {
"$className": "Actor",
"$path": "src/client/Character"
}
}
}
}