Font nova per a la intro
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user