Parcourir la source

Added max_characters and max_draw_calls to project settings.

Mikael Säker il y a 8 ans
Parent
commit
2cf4274fb4
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      docs/en/manuals/project-settings.md

+ 6 - 0
docs/en/manuals/project-settings.md

@@ -172,6 +172,12 @@ default_texture_min_filter
 default_texture_mag_filter
 : Specifies which filtering to use for mag filtering, `linear` (default) or `nearest`.
 
+max_draw_calls
+: The max number of render calls, `1024` by default.
+
+max_characters:
+: The max number of text character to pre-allocate, `8192` by default.
+
 max_debug_vertices
 : The maximum number of debug vertices. Used for physics shape rendering among other things, `10000` by default.