mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 05:53:10 +08:00
Use custom vertex shader for logo animation
This commit is contained in:
parent
7d5a74b281
commit
1c3b60b9e6
@ -18,7 +18,7 @@ namespace osu.Game.Graphics.Sprites
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(ShaderManager shaders)
|
private void load(ShaderManager shaders)
|
||||||
{
|
{
|
||||||
TextureShader = shaders.Load(VertexShaderDescriptor.TEXTURE_2, @"LogoAnimation");
|
TextureShader = shaders.Load(@"LogoAnimation", @"LogoAnimation");
|
||||||
}
|
}
|
||||||
|
|
||||||
private float animationProgress;
|
private float animationProgress;
|
||||||
|
Loading…
Reference in New Issue
Block a user