diff --git a/electric-sieve b/OPEN-GAME similarity index 98% rename from electric-sieve rename to OPEN-GAME index 1a24b05..ddb3e9b 100755 --- a/electric-sieve +++ b/OPEN-GAME @@ -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 diff --git a/electric_sieve/ElectricSieve.py b/electric_sieve/ElectricSieve.py index e107dd1..01f4816 100644 --- a/electric_sieve/ElectricSieve.py +++ b/electric_sieve/ElectricSieve.py @@ -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)) diff --git a/resource/high-scores b/resource/high-scores index 455a5fc..09db111 100644 --- a/resource/high-scores +++ b/resource/high-scores @@ -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