Skip to content

Commit

Permalink
Add emitLegacyScripts example
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Sep 23, 2023
1 parent 2cf5a13 commit acad25c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
| false | Rojo emits Scripts with the appropriate `RunContext` for `*.client.lua` and `*.server.lua` files in the project. |
| true (default) | Rojo emits LocalScripts and Scripts with legacy `RunContext` (same behavior as previously). |

It can be used like this:
```json
{
"emitLegacyScripts": false,
"name": "MyCoolRunContextProject",
"tree": {
"$path": "src"
},
}
```

* Added `Terrain` classname inference, similar to services ([#771])

`Terrain` may now be defined in projects without using `$className`:
Expand Down

0 comments on commit acad25c

Please sign in to comment.