Move stars and planet right 40 pixels

This commit is contained in:
Micah Lee 2022-03-06 11:58:16 -08:00
parent dc812bd4d0
commit 102bbf8601
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
2 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ class AnimStars(Anim):
def __init__(self, parent, window): def __init__(self, parent, window):
super(AnimStars, self).__init__( super(AnimStars, self).__init__(
parent, window, 780, 629, "tor-connect-stars.png" parent, window, 740, 629, "tor-connect-stars.png"
) )
def move(self): def move(self):

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB