Explorar o código

Added documentation for engine.max_time_step in Project Settings

JCash hai 1 ano
pai
achega
f917c8b552
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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