We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88703f9 commit 70e9b52Copy full SHA for 70e9b52
targetSprite.py
@@ -82,7 +82,6 @@ def setXy(self, x, y):
82
elif y < scratch.HEIGHT / -2 - self.rect.height / 2 + 16:
83
y = scratch.HEIGHT / -2 - self.rect.height / 2 + 16
84
85
- # TODO make fencing compatible with rotation centre
86
self.x = x
87
self.y = y
88
# print(_("debug-prefix"), _("new-sprite-position", x=x, y=y, name=self.name), file=sys.stderr)
0 commit comments