mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +08:00
Move resources to osu-resources
This commit is contained in:
parent
5d33a742c6
commit
880bfe9b6b
@ -1,4 +1,4 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using osu.Framework.Allocation;
|
||||
@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
new Sprite
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Texture = textures.Get(@"https://osu.ppy.sh/images/headers/changelog.jpg"),
|
||||
Texture = textures.Get(@"Headers/changelog"),
|
||||
FillMode = FillMode.Fill,
|
||||
},
|
||||
}
|
||||
@ -76,8 +76,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
new Sprite
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
// todo: https://osu.ppy.sh/images/icons/changelog.svg
|
||||
Texture = textures.Get(@"https://i.imgur.com/HQM3Vhp.png"),
|
||||
Texture = textures.Get(@"Icons/changelog"),
|
||||
Size = new Vector2(0.8f),
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user