mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Update few links not working; Reasses sample playing; Slight renames
This commit is contained in:
@ -160,6 +160,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
},
|
||||
};
|
||||
listing.Activated += OnListingSelected;
|
||||
releaseStream.Activated += OnReleaseSelected;
|
||||
}
|
||||
|
||||
public void ShowBuild(string displayName, string displayVersion)
|
||||
@ -175,6 +176,8 @@ namespace osu.Game.Overlays.Changelog
|
||||
{
|
||||
releaseStream.Deactivate();
|
||||
listing.Activate();
|
||||
titleStream.Text = "Listing";
|
||||
titleStream.FlashColour(Color4.White, 500, Easing.OutQuad);
|
||||
chevron.MoveToX(-20, 100).FadeOut(100);
|
||||
}
|
||||
|
||||
@ -183,6 +186,11 @@ namespace osu.Game.Overlays.Changelog
|
||||
ListingSelected?.Invoke();
|
||||
}
|
||||
|
||||
protected virtual void OnReleaseSelected(object source, EventArgs e)
|
||||
{
|
||||
titleStream.FlashColour(Color4.White, 500, Easing.OutQuad);
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TextureStore textures)
|
||||
{
|
||||
|
Reference in New Issue
Block a user