AnimationEditor Functional

Everything needed to make use of AnimationEditor is now included!
This commit is contained in:
quinnvoker
2018-11-25 15:51:51 -08:00
parent c585f312a5
commit f57a0334cf
8 changed files with 1023 additions and 72 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ namespace QURO.AnimationLibrary
public Frame()
{
Name = "unnamed";
Bounds = new Rectangle(0, 0, 8, 8);
Name = "empty";
Bounds = Rectangle.Empty;
Origin = Vector2.Zero;
Delay = 0;
}