about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/mountain/game.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/mountain/game.js b/html/mountain/game.js
index 8243e9f..b4fcf3f 100644
--- a/html/mountain/game.js
+++ b/html/mountain/game.js
@@ -538,8 +538,8 @@ function draw(currentTime) {
         ctx.fillStyle = 'rgba(0, 0, 0, 0.7)';
         ctx.fillRect(0, 0, canvas.width, canvas.height);
         
-        ctx.fillStyle = '#FFFFFF';
-        ctx.font = '48px Arial';
+        ctx.fillStyle = 'rgba(255, 255, 255, 0.75)';
+        ctx.font = '100px Arial';
         ctx.textAlign = 'center';
         ctx.fillText('GAME OVER', canvas.width / 2, canvas.height / 2);