- a few card updates
- back to original font for menus
This commit is contained in:
wagic.the.homebrew
2009-01-20 13:15:52 +00:00
parent 6d629b7d66
commit e831a8e400
16 changed files with 74 additions and 56 deletions

View File

@@ -99,8 +99,8 @@ void GameApp::Create()
CommonRes->CreateQuad("stars", "graphics/particles.png", 64, 0, 32, 32);
CommonRes->GetQuad("stars")->SetHotSpot(16,16);
CommonRes->LoadJLBFont("graphics/simon",22);
CommonRes->GetJLBFont("graphics/simon")->SetTracking(-2);
CommonRes->LoadJLBFont("graphics/simon",11);
CommonRes->GetJLBFont("graphics/simon")->SetTracking(-1);
CommonRes->LoadJLBFont("graphics/f3",16);
CommonRes->LoadJLBFont("graphics/magic",16);