Updates to various components, added a few new ones.

This commit is contained in:
Areloch 2019-02-24 01:50:38 -06:00
parent e0627973fb
commit dac8d6e1fd
52 changed files with 4566 additions and 1799 deletions

View file

@ -74,7 +74,7 @@ AnimationComponent::AnimationComponent() : Component()
mNetworked = true;
mFriendlyName = "Animation(Component)";
mComponentType = "Render";
mComponentType = "Animation";
mDescription = getDescriptionText("Allows a rendered mesh to be animated");