mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 03:42:57 +08:00
Merge pull request #28305 from EVAST9919/sb-easier-debug
Show storyboard element path in `Draw Visualiser`
This commit is contained in:
commit
d55fa423e9
@ -83,6 +83,7 @@ namespace osu.Game.Storyboards.Drawables
|
||||
Origin = animation.Origin;
|
||||
Position = animation.InitialPosition;
|
||||
Loop = animation.LoopType == AnimationLoopType.LoopForever;
|
||||
Name = animation.Path;
|
||||
|
||||
LifetimeStart = animation.StartTime;
|
||||
LifetimeEnd = animation.EndTimeForDisplay;
|
||||
|
@ -85,6 +85,7 @@ namespace osu.Game.Storyboards.Drawables
|
||||
Sprite = sprite;
|
||||
Origin = sprite.Origin;
|
||||
Position = sprite.InitialPosition;
|
||||
Name = sprite.Path;
|
||||
|
||||
LifetimeStart = sprite.StartTime;
|
||||
LifetimeEnd = sprite.EndTimeForDisplay;
|
||||
|
Loading…
Reference in New Issue
Block a user