metallicafan212 / M212-Editor-Issue-Tracker

Public issue/feature tracker for my editor
6 stars 0 forks source link

[FEATURE] Implement Time Delta Tween Time #167

Closed ghost closed 3 years ago

ghost commented 3 years ago

The function definition implies that it should be based on a fixed time, though in game, the rate increases as framerate increases.

image

metallicafan212 commented 3 years ago

NO

metallicafan212 commented 3 years ago

Isn't based on time to begin with, but I implemented a system that targets the timescale for 60fps. It was not easy to implement, and I'm not sure if I like how slow the tween time is for 60fps, so I will probably add a config var for the framerate target.