game: new splash screen

This commit is contained in:
Crypto City 2020-09-17 11:52:50 +00:00
parent fba627a61b
commit 20e50db01d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -5189,7 +5189,7 @@ void CryptoCityUrho3D::ShowSplashScreen()
float w = 1.0f;
float h = 1.0f;
SharedPtr<Texture2D> texture(cache->GetResource<Texture2D>("Textures/title.png"));
SharedPtr<Texture2D> texture(cache->GetResource<Texture2D>("Textures/title.jpeg"));
ShaderVariation* vs = graphics->GetShader(VS, "Basic", "DIFFMAP VERTEXCOLOR");
ShaderVariation* ps = graphics->GetShader(PS, "Basic", "DIFFMAP VERTEXCOLOR");