its possible to run all events and actions always in delta time? entire project in dt ?
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
Develop games in your browser. Powerful, performant & highly capable.
It's definitely possible. In fact, it's actually the correct way to program.