mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
committed by
Nathan Lovato
parent
19814da59d
commit
8496ceb472
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user