Browse Source

Added documentation for engine.max_time_step in Project Settings

JCash 1 năm trước cách đây
mục cha
commit
f917c8b552
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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