林旭祥 4 dni temu
rodzic
commit
82d7d70e22
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/game/basketball.vue

+ 1 - 1
src/views/game/basketball.vue

@@ -632,7 +632,7 @@ const draw = () => {
       );
     }
     ctx.textAlign = 'center';
-    drawText(ctx, 'Click / Touch to Start!', 640 / 2, 520, 40);
+    drawText(ctx, '请做投篮动作开始游戏', 640 / 2, 520, 40);
     drawText(ctx, '(?) Tap to throw ball. Try to make as many hoops before the time runs out!', 640 / 2, 940, 20);
     ctx.textAlign = 'left';
   }