its possible to run all events and actions always in delta time? entire project in dt ?
Develop games in your browser. Powerful, performant & highly capable.
the behaviors are already using dt, it depends your implementation on the event sheet if you use numbers to move position, to scale size, etc. You manually replace number speed to X * dt
It's definitely possible. In fact, it's actually the correct way to program.