From acad25cb273d43639ffe440a8c8e7b49b12ea083 Mon Sep 17 00:00:00 2001 From: Kenneth Loeffler Date: Sat, 23 Sep 2023 13:44:27 -0700 Subject: [PATCH] Add emitLegacyScripts example --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e57c1d6d..dd069a7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`: