林旭祥 hai 2 días
pai
achega
82d7d70e22
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
   }