Przeglądaj źródła

Document how export filters work

skyace65 3 lat temu
rodzic
commit
13f4f7f24c
1 zmienionych plików z 7 dodań i 2 usunięć
  1. 7 2
      tutorials/export/exporting_projects.rst

+ 7 - 2
tutorials/export/exporting_projects.rst

@@ -103,8 +103,8 @@ option in the editor:
 
 
 .. _doc_exporting_projects_export_mode:
 .. _doc_exporting_projects_export_mode:
 
 
-Export mode
-~~~~~~~~~~~
+Resource options
+~~~~~~~~~~~~~~~~
 
 
 When exporting, Godot makes a list of all the files to export and then
 When exporting, Godot makes a list of all the files to export and then
 creates the package. There are 3 different modes for exporting:
 creates the package. There are 3 different modes for exporting:
@@ -128,6 +128,11 @@ select every scene or resource you want to export.
     the exported project. This is done to prevent version control folders like
     the exported project. This is done to prevent version control folders like
     ``.git`` from being included in the exported PCK file.
     ``.git`` from being included in the exported PCK file.
 
 
+Below the list of resources are two filters that can be setup. The first allows
+non resource files such as ``.txt``,``.json`` and ``.csv`` to be exported with
+the project. The second filter can be used to exclude every file of a certain
+type without manually deselecting every one. For example, ``.png`` files.
+
 Exporting from the command line
 Exporting from the command line
 -------------------------------
 -------------------------------