Update default place template

This commit is contained in:
Lucien Greathouse
2020-03-30 11:34:41 -07:00
parent 30a01381be
commit a4d4beeb97
2 changed files with 1 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
## Unreleased Changes ## Unreleased Changes
* Fixed crash when malformed CSV files are put into a project. ([#310](https://github.com/rojo-rbx/rojo/issues/310)) * Fixed crash when malformed CSV files are put into a project. ([#310](https://github.com/rojo-rbx/rojo/issues/310))
* Updated default place template to take advantage of [#210](https://github.com/rojo-rbx/rojo/pull/210).
## [6.0.0 Release Candidate 1](https://github.com/rojo-rbx/rojo/releases/tag/v6.0.0-rc.1) (March 29, 2020) ## [6.0.0 Release Candidate 1](https://github.com/rojo-rbx/rojo/releases/tag/v6.0.0-rc.1) (March 29, 2020)
This release jumped from 0.6.0 to 6.0.0. Rojo has been in use in production for many users for quite a long times, and so 6.0 is a more accurate reflection of Rojo's version than a pre-1.0 version. This release jumped from 0.6.0 to 6.0.0. Rojo has been in use in production for many users for quite a long times, and so 6.0 is a more accurate reflection of Rojo's version than a pre-1.0 version.

View File

@@ -4,27 +4,19 @@
"$className": "DataModel", "$className": "DataModel",
"ReplicatedStorage": { "ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Common": { "Common": {
"$path": "src/shared" "$path": "src/shared"
} }
}, },
"ServerScriptService": { "ServerScriptService": {
"$className": "ServerScriptService",
"Server": { "Server": {
"$path": "src/server" "$path": "src/server"
} }
}, },
"StarterPlayer": { "StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": { "StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"Client": { "Client": {
"$path": "src/client" "$path": "src/client"
} }
@@ -32,7 +24,6 @@
}, },
"Workspace": { "Workspace": {
"$className": "Workspace",
"$properties": { "$properties": {
"FilteringEnabled": true "FilteringEnabled": true
}, },
@@ -60,7 +51,6 @@
} }
}, },
"Lighting": { "Lighting": {
"$className": "Lighting",
"$properties": { "$properties": {
"Ambient": [ "Ambient": [
0, 0,
@@ -74,16 +64,9 @@
} }
}, },
"SoundService": { "SoundService": {
"$className": "SoundService",
"$properties": { "$properties": {
"RespectFilteringEnabled": true "RespectFilteringEnabled": true
} }
},
"HttpService": {
"$className": "HttpService",
"$properties": {
"HttpEnabled": true
}
} }
} }
} }