From f8fc08f2236344b74da764becb6a47f8e4dba154 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Mon, 30 Nov 2020 13:00:44 +0800 Subject: [PATCH] PRF --- .../20200918 Add throwing mechanics to your Python game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20200918 Add throwing mechanics to your Python game.md b/published/20200918 Add throwing mechanics to your Python game.md index 763e6e5cb1..b9540d8444 100644 --- a/published/20200918 Add throwing mechanics to your Python game.md +++ b/published/20200918 Add throwing mechanics to your Python game.md @@ -7,7 +7,7 @@ [#]: via: (https://opensource.com/article/20/9/add-throwing-python-game) [#]: author: (Seth Kenlon https://opensource.com/users/seth) -在你的 Python 游戏中添加投掷技巧 +在你的 Python 游戏中添加投掷机制 ====== > 四处奔跑躲避敌人是一回事,反击敌人是另一回事。学习如何在这系列的第十二篇文章中在 Pygame 中创建平台游戏。