mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Tweak rocket ship
This commit is contained in:
parent
0250384280
commit
cf20d52e98
@ -391,7 +391,6 @@ class AnimStars(Anim):
|
||||
def move(self):
|
||||
self.x = self.window.width() - self.w
|
||||
self.y = 0
|
||||
|
||||
# Stars don't move until 10%, then move down
|
||||
if self.percent >= 10:
|
||||
self.y += self.percent * 6.6
|
||||
@ -428,7 +427,7 @@ class AnimSmoke(Anim):
|
||||
# Smoke moves up until 50%, then moves down
|
||||
self.y -= self.percent * 6.6
|
||||
if self.percent >= 50:
|
||||
self.y += self.percent * 6.6
|
||||
self.y += self.percent * 6.7
|
||||
|
||||
|
||||
class AutoConnectFirstLaunchWidget(QtWidgets.QWidget):
|
||||
|
Loading…
Reference in New Issue
Block a user