mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 14:59:59 +08:00
Framework update.
This commit is contained in:
parent
29b67334c6
commit
cce2094392
@ -1 +1 @@
|
||||
Subproject commit 80a654e8b014c99f2b7bde69fdf834e3616221df
|
||||
Subproject commit cda05b3a64162eb9d8e591ffe7f79d959c39eebc
|
@ -136,7 +136,7 @@ namespace osu.Game.GameModes.Menu
|
||||
LoopDelay = duration
|
||||
});
|
||||
|
||||
icon.Transforms.Add(new TransformScaleVector(Clock)
|
||||
icon.Transforms.Add(new TransformScale(Clock)
|
||||
{
|
||||
StartValue = new Vector2(1, 0.9f),
|
||||
EndValue = Vector2.One,
|
||||
@ -158,7 +158,7 @@ namespace osu.Game.GameModes.Menu
|
||||
LoopDelay = duration
|
||||
});
|
||||
|
||||
icon.Transforms.Add(new TransformScaleVector(Clock)
|
||||
icon.Transforms.Add(new TransformScale(Clock)
|
||||
{
|
||||
StartValue = Vector2.One,
|
||||
EndValue = new Vector2(1, 0.9f),
|
||||
|
Loading…
x
Reference in New Issue
Block a user