mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 06:52:56 +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.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
new Sprite
|
new Sprite
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Texture = textures.Get(@"https://osu.ppy.sh/images/headers/changelog.jpg"),
|
Texture = textures.Get(@"Headers/changelog"),
|
||||||
FillMode = FillMode.Fill,
|
FillMode = FillMode.Fill,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@ -76,8 +76,7 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
new Sprite
|
new Sprite
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
// todo: https://osu.ppy.sh/images/icons/changelog.svg
|
Texture = textures.Get(@"Icons/changelog"),
|
||||||
Texture = textures.Get(@"https://i.imgur.com/HQM3Vhp.png"),
|
|
||||||
Size = new Vector2(0.8f),
|
Size = new Vector2(0.8f),
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user