Browse Source

日常开发

林旭祥 4 days ago
parent
commit
82d7d70e22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/game/basketball.vue

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

@@ -632,7 +632,7 @@ const draw = () => {
       );
       );
     }
     }
     ctx.textAlign = 'center';
     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);
     drawText(ctx, '(?) Tap to throw ball. Try to make as many hoops before the time runs out!', 640 / 2, 940, 20);
     ctx.textAlign = 'left';
     ctx.textAlign = 'left';
   }
   }