Font nova per a la intro

This commit is contained in:
2025-01-26 21:05:43 +01:00
parent b9f194a2b1
commit 59b9f61d69
5 changed files with 200 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
// Constructor
Intro::Intro()
: texture_(Resource::get()->getTexture("intro.png")),
text_(Resource::get()->getText("nokia"))
text_(Resource::get()->getText("04b_25_var01"))
{
// Inicializa variables
@@ -97,7 +97,7 @@ Intro::Intro()
auto w = std::make_unique<Writer>(text_);
w->setPosX(BLOCK * 0);
w->setPosY(param.game.height - (BLOCK * 6));
w->setKerning(-1);
w->setKerning(-2);
w->setEnabled(false);
w->setFinishedCounter(180);
texts_.push_back(std::move(w));