Update two outdated statements in the modules and plugins docs (#521)

* Remove the 2.1 warning wrt plugins

* More than 2 modules exist now
This commit is contained in:
Maksymilian Świąć
2017-10-15 20:16:34 +02:00
committed by Nathan Lovato
parent 19814da59d
commit 8496ceb472
2 changed files with 3 additions and 7 deletions

View File

@@ -12,8 +12,9 @@ functionality at every level without modifying the core, which can be
split for use and reuse in different modules.
Modules are located in the ``modules/`` subdirectory of the build system.
By default, two modules exist, GDScript (which, yes, is not part of the
core engine), and the GridMap. As many new modules as desired can be
By default, many different modules exist, such as GDScript (which, yes,
is not part of the base engine), the Mono runtime, a regular expressions
module, and others. As many new modules as desired can be
created and combined, and the SCons build system will take care of it
transparently.