Преглед на файлове

Added documentation for engine.max_time_step in Project Settings

JCash преди 1 година
родител
ревизия
f917c8b552
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      docs/en/manuals/project-settings.md

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

@@ -87,6 +87,9 @@ Allow the engine to continue running while the application window is iconified (
 #### Fixed Update Frequency
 The update frequency of the `fixed_update(self, dt)` lifecycle function. In Hertz. 60 by default.
 
+#### Max Time Step
+If the time step becomes too large during a single frame, it will be capped to this max value. Seconds. 0.5 by default.
+
 ---
 
 ### Display