jasonchadwick / chronodrifter

Platform puzzler where the direction of time flow can change.
1 stars 0 forks source link

Convert TimeReversibleRigidbody into a generic class #42

Open jasonchadwick opened 2 years ago

jasonchadwick commented 2 years ago

Turn it into TimeReversibleRIgidbody. Then have separate subclasses for DefaultRigidbody (with Rigidbody2DState) and DespawningSquare (with DespawningSquareState). Not necessary for performance reasons, but for code cleanup and readability.