Feature Type: feat_addition_ingame
Description: Hello!
It would be cool to add box 2d physics update control.
for example functions like:
physics_world_automatic_update (true / false) /// on / off automatic update
physics_world_update () /// one update iteration
physics_world_delta_time (delta_time) /// delta_time for one update iteration
Benefit: More control over the execution of the game ,
Easy slow-mo in physics games
USer request from ticket : Ticket #184588
Feature Type: feat_addition_ingame Description: Hello! It would be cool to add box 2d physics update control. for example functions like: physics_world_automatic_update (true / false) /// on / off automatic update physics_world_update () /// one update iteration physics_world_delta_time (delta_time) /// delta_time for one update iteration Benefit: More control over the execution of the game , Easy slow-mo in physics games