change doppler effect to much smaller

This commit is contained in:
Xevion
2019-12-10 03:14:31 -06:00
parent c4875930cd
commit 25bd56ebf0
2 changed files with 1 additions and 1 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 MiB

After

Width:  |  Height:  |  Size: 21 MiB

View File

@@ -18,7 +18,7 @@ class SoundWave(object):
circle(self.x, self.y, self.radius * 2) # diameter circle(self.x, self.y, self.radius * 2) # diameter
def setup(): def setup():
size(1000, 1000) size(750, 750)
noFill() noFill()