remove yen

This commit is contained in:
Frank DeMarco 2015-07-21 14:54:19 -04:00
parent c92ef1bd33
commit c5e62360a4
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from os import environ, execvp, chdir, getcwd
from os.path import exists, join, dirname

View File

@ -198,7 +198,7 @@ class Scoreboard(GameChild, Surface):
reverse=True)[:3]):
font = Font(font_path, [40, 24, 16][ii])
sprites.append(Sprite(self, 250))
text = str(score[1]) + "¥"
text = str(score[1])
color = (0, 0, 0) if not (score[1] == self.most_recent_score) else \
(255, 255, 255)
sprites[ii].add_frame(font.render(text, True, color,
@ -553,7 +553,6 @@ class Total(Sprite):
score = ""
for ch in str(int(round(self.get_game().triangles.score))):
score += ch + " "
score += "¥"
colors = (255, 255, 80), (80, 255, 255), (255, 80, 255), \
(255, 120, 60), (60, 255, 120), (120, 60, 255)
template = Surface((self.display_surface.get_width(), 100))

View File

@ -14,3 +14,7 @@
1398647195.17 187
1398647939.59 155
1398648230.57 88
1436645313.22 196
1436645428.32 246
1436645528.27 193
1437504178.89 165