Solved 1P death music. Some tweaks to bg.png

This commit is contained in:
2021-08-29 22:55:19 +02:00
parent 224b176108
commit 384cfa7156
5 changed files with 37 additions and 21 deletions

View File

@@ -221,8 +221,8 @@ void Title::init(bool demo, Uint8 subsection)
// Crea el mosaico de fondo del titulo
createTiledBackground();
mBackgroundWindow.x = 0;
mBackgroundWindow.y = 0;
mBackgroundWindow.x = 128;
mBackgroundWindow.y = 96;
mBackgroundWindow.w = SCREEN_WIDTH;
mBackgroundWindow.h = SCREEN_HEIGHT;