Jeck - Trophy room added, triangle is now dedicated alt-render toggle. Hopefully I'm not forgetting anything...

This commit is contained in:
wagic.jeck
2009-12-12 10:23:28 +00:00
parent 11b2a4b288
commit 70411f025f
25 changed files with 768 additions and 273 deletions

View File

@@ -78,7 +78,7 @@ void GameStateOptions::Start()
optionsMenu->Add(2, "Back to Main Menu");
optionsMenu->Add(3, "Cancel");
optionsTabs->Current()->Entering(0);
optionsTabs->Entering(0);
}
@@ -91,7 +91,7 @@ void GameStateOptions::End()
void GameStateOptions::Update(float dt)
{
{
timer += dt;
if(options.keypadActive()){
@@ -160,7 +160,7 @@ void GameStateOptions::Render()
"Please support this project with donations at http://wololo.net/wagic",
};
JLBFont * mFont = resources.GetJLBFont("magic");
JLBFont * mFont = resources.GetJLBFont(Constants::MAGIC_FONT);
mFont->SetColor(ARGB(255,200,200,200));
mFont->SetScale(1.0);
float startpos = 272 - timer * 10;