From 7015962aa08759d15e80a15fc5822f33ecb68c47 Mon Sep 17 00:00:00 2001 From: Arthur Pacaud Date: Sat, 22 Feb 2020 13:55:57 +0100 Subject: [PATCH] Update README-extensions.md (#1450) As the majority of extensions use JavaScript now. --- newIDE/README-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newIDE/README-extensions.md b/newIDE/README-extensions.md index d3bf4ba491..98c3fbad25 100644 --- a/newIDE/README-extensions.md +++ b/newIDE/README-extensions.md @@ -192,5 +192,5 @@ If you have ideas or are creating a new extension, your contribution is welcome! ## 4) Note on the development of extensions declared in C++ (`JsExtension.cpp` or `Extension.cpp`) -The majority of extensions are still declared in C++ for being compatible with GDevelop 4. +Some extensions are still declared in C++ for being compatible with GDevelop 4. Check the sources in [Extensions folder](https://github.com/4ian/GDevelop/tree/master/Extensions) and install [GDevelop.js](https://github.com/4ian/GDevelop.js). You'll then be able to make changes in C++ source files and have this reflected in the editor.