- Added name effect for Momir
- Fixed a couple bugs with "moveTo", see test/Amugaba.txt
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-11 03:59:46 +00:00
parent 12bd665409
commit fab150414b
10 changed files with 114 additions and 18 deletions

View File

@@ -429,6 +429,7 @@ void GameStateDuel::Render()
}
sprintf(buffer, "Player %i wins (%i)", winner, p0life );
}
mFont->SetScale(1);
mFont->DrawString(buffer, 10, 150);
if (unlockedQuad){
r->RenderQuad(unlockedQuad, 20, 20);