mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:17:46 +08:00
Nothing to see here, move along
This commit is contained in:
parent
da5bc959ad
commit
823a430d30
@ -82,7 +82,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
|
|||||||
Assert.IsTrue(animation.IsDrawable);
|
Assert.IsTrue(animation.IsDrawable);
|
||||||
Assert.AreEqual(AnimationLoopType.LoopForever, animation.LoopType);
|
Assert.AreEqual(AnimationLoopType.LoopForever, animation.LoopType);
|
||||||
Assert.AreEqual(Anchor.Centre, animation.Origin);
|
Assert.AreEqual(Anchor.Centre, animation.Origin);
|
||||||
Assert.AreEqual(Path.Combine("SB", "red jitter", "red_000.jpg"), animation.Path);
|
Assert.AreEqual(Path.Combine("SB", "red jitter", "red_0000.jpg"), animation.Path);
|
||||||
Assert.AreEqual(78993, animation.StartTime);
|
Assert.AreEqual(78993, animation.StartTime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user