Adding basic coin support

This commit is contained in:
Chris Danford
2003-01-19 04:44:22 +00:00
parent 4b0fa9aae6
commit ab9f558c6e
41 changed files with 494 additions and 375 deletions
+4 -1
View File
@@ -74,7 +74,10 @@ BitmapText::BitmapText()
m_iWidestLineWidth = 0;
m_bShadow = true;
// Shadow should be off by default. It requires us to draw 2x as many verticies,
// and is better left baked into the font texture.
// m_bShadow = true;
m_bRainbow = false;
}