YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
21 stars 8 forks source link

Box 2d Deltatime #3658

Open iampremo opened 1 year ago

iampremo commented 1 year ago

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

FoxyOfJungle commented 1 year ago

I second this!!

I really needed a feature like this in one of my games, but it was just too unfeasible to have (had to do some hacks).