mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fixed some animations
This commit is contained in:
@ -42,11 +42,11 @@ namespace osu.Desktop.Tests
|
||||
{
|
||||
Origin = Anchor.BottomLeft,
|
||||
Anchor = Anchor.BottomLeft,
|
||||
Position = new Vector2(20, 20),
|
||||
Position = new Vector2(10, 10),
|
||||
InnerCountPosition = new Vector2(10, 10),
|
||||
IsRollingProportional = true,
|
||||
RollingDuration = 20,
|
||||
PopOutDuration = 3000,
|
||||
PopOutDuration = 100,
|
||||
Count = 0,
|
||||
TextSize = 40,
|
||||
};
|
||||
|
Reference in New Issue
Block a user