Jeck - Restored credits to all tabs, fixed f3 graphic alignment issues.
* F3 font had an issue where the j and y dangled into the characters below them. I fixed this by shifting all characters one pixel up, but this does change the way f3 fits when rendered. The alternative would be just to clip the dangling pixels off entirely.
This commit is contained in:
@@ -120,7 +120,7 @@ void Credits::compute(Player * _p1, Player * _p2, GameApp * _app){
|
||||
PlayerData * playerdata = NEW PlayerData(app->collection);
|
||||
playerdata->credits+= value;
|
||||
playerdata->save();
|
||||
delete playerdata;
|
||||
SAFE_DELETE(playerdata);
|
||||
|
||||
}else{
|
||||
unlocked = 0;
|
||||
|
||||
Reference in New Issue
Block a user