From ad735b1ef86c494b775554bfed982134fe4271dd Mon Sep 17 00:00:00 2001 From: Anthony Plunkett Date: Sun, 16 May 2021 13:46:26 -0400 Subject: [PATCH 1/2] changed `pos` to `position` on `Ship` class. `pos` doesn't do anything --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db2575fe..dc96d33f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ class Ship(TargetSprite): def setup(scene): - scene.add(Ship(pos=(0, -7))) + scene.add(Ship(position=(0, -7))) ppb.run(setup=setup) From 26d69a685dbfec546d147f7e2462d91b646a7bf0 Mon Sep 17 00:00:00 2001 From: Anthony Plunkett Date: Sun, 16 May 2021 16:46:34 -0400 Subject: [PATCH 2/2] added self to contributors --- CONTRIBUTORS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c9862c00..286f4be4 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -43,4 +43,5 @@ Halle Jones|HJones@aliacy.com|| [Morisa Manzella](https://github.com/mgmanzella) | | [Mark J Cameron](https://github.come/kcalmwinds) | | [LuminariWeekly](https://twitter.com/LuminariWeekly) | [Laura G. Funderburk](https://github.com/lfunderburk) | | [@lgfunderburk](https://twitter.com/lgfunderburk)| -[Mark Boer](https://github.com/mark-boer) | +[Mark Boer](https://github.com/mark-boer) | | +[Anthony Plunkett](https://github.com/doobeh) | | \ No newline at end of file