vleue / bevy_easings

Bevy plugin for easings and simple animations
181 stars 28 forks source link

Add UiColor system to plugin #15

Closed NEO97online closed 2 years ago

NEO97online commented 2 years ago

Currently the ui_color example is broken because UiColor easings are not registered by the plugin. This PR registers the UiColor component to be eased.

mockersf commented 2 years ago

thanks!