Add project to test that plugin skips unwritable properties

This commit is contained in:
Lucien Greathouse
2021-01-16 15:34:59 -07:00
parent 040b9c1452
commit 5989ab3b85
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# script-unwritable
This project is used to test that Rojo successfully builds places with properties that are unwritable to scripts, but are ignored when the same project is used for live sync.

View File

@@ -0,0 +1,18 @@
{
"name": "script-unwritable",
"tree": {
"$className": "DataModel",
"HttpService": {
"$properties": {
"HttpEnabled": true
}
},
"StarterPlayer": {
"$properties": {
"GameSettingsAvatar": "R15"
}
}
}
}