mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 00:47:10 +08:00
Fixing Pylint
This commit is contained in:
parent
bef294e5ed
commit
cf0696a2ec
@ -617,7 +617,9 @@ class MainMenuActivity(bs.Activity[bs.Player, bs.Team]):
|
||||
|
||||
# Gen some random keys for that stop-motion-y look
|
||||
for _i in range(10):
|
||||
keys[time_v] = x + (random.random() - 0.5) * 0.7 * jitter_scale
|
||||
keys[time_v] = (
|
||||
x + (random.random() - 0.5) * 0.7 * jitter_scale
|
||||
)
|
||||
time_v += random.random() * 0.1
|
||||
bs.animate(cmb, 'input0', keys, loop=True)
|
||||
keys = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user