diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db4f9e58ef332c403f0c0fa759667fbd1aac28c7..0f3aac8dbd5e194994e56e4d99054b7707ae56f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -185,6 +185,7 @@ errors; it's not totally clean as is and there are a few false positives. ### Wiki Files * Event Writing Guides + * [Twine<sup>1</sup>](devNotes/scene-guide.txt) * [JavaScript](devNotes/jsEventCreationGuide.md) * [Exception handling](devNotes/exceptions.md) * [Sanity check](devNotes/sanityCheck.md) @@ -197,6 +198,8 @@ errors; it's not totally clean as is and there are a few false positives. * [Some potentially useful JS functions](devNotes/usefulJSFunctionDocumentation.txt) * [Content embedding chart](devNotes/contentEmbeddingChart.png) (for more details refer to [this issue](https://gitgud.io/pregmodfan/fc-pregmod/-/merge_requests/7453#note_118616)) +<sup>1. Twine is being phased out of the project and should not be used in new code, but the basic concepts found here still apply.</sup> + ### Useful issues * [Setting up VS Code](https://gitgud.io/pregmodfan/fc-pregmod/-/issues/2448)