This commit is contained in:
2024-10-10 20:59:39 +02:00
parent d6c3c89872
commit 117b80bdfc
18 changed files with 197 additions and 197 deletions

View File

@@ -34,8 +34,8 @@ Logo::Logo()
endLogo_cm = 400;
postLogoDuration = 20;
speed = 8;
dest.x = param.game.game_area.centerX - jailTexture->getWidth() / 2;
dest.y = param.game.game_area.centerY - jailTexture->getHeight() / 2;
dest.x = param.game.game_area.center_x - jailTexture->getWidth() / 2;
dest.y = param.game.game_area.center_y - jailTexture->getHeight() / 2;
sinceSprite->setPosY(dest.y + jailTexture->getHeight() + 5);
sinceSprite->setSpriteClip(0, 0, sinceTexture->getWidth(), sinceTexture->getHeight());
sinceSprite->setEnabled(false);