The-DevBlog / bevy_third_person_camera

A third person camera crate written for Bevy.
Apache License 2.0
78 stars 18 forks source link

0.14 migration #23

Closed KyWinston closed 4 months ago

KyWinston commented 5 months ago

some work i did on migration for 0.14, for when it releases. a change to colour conversions seemed like the only thing that needed updating so far. will update when 0.14 drops

The-DevBlog commented 5 months ago

Awesome thanks @KyWinston !

KyWinston commented 4 months ago

0.14 released,and it looks like it's just color system changes. the tests all look to be working as usual, but i can't be certain the colors are exactly as they were originally

The-DevBlog commented 4 months ago

@KyWinston thanks a ton. I'll take a look at this over the weekend. I want to add some more documentation before I make another release as well.

The-DevBlog commented 4 months ago

@KyWinston Again, thanks a ton! I'll merge this in once you take care of my petty requests! lol You may see some merge conflicts pop up as I am going to be changing a few things. If so, no worries, we will work through them no problem.

KyWinston commented 4 months ago

I did see some conflicts in the pr. updated them in the pr, though I figure you still have some more changes to do so I'll keep an eye out :)