jds691 / Twig

A lightweight game library for JavaFX.
0 stars 0 forks source link

Animation system #4

Open jds691 opened 7 months ago

jds691 commented 7 months ago

Twig currently lacks an animation system, which is integral to most game engines. A significant amount of work is required to implement one but nevertheless it would be greatly appreciated.

Potentially required steps:

jds691 commented 7 months ago

To reduce adding more hard coded values into the SceneLoader, it's probably best to complete issue #3 first