mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Use sb element path as a name
This commit is contained in:
parent
2134ff7a1b
commit
1e90e5e38e
@ -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