Deleted unnecessary line.
This commit is contained in:
parent
f7ab1eb541
commit
c8cb1a785d
1 changed files with 0 additions and 2 deletions
|
@ -186,8 +186,6 @@ class FallingSand:
|
||||||
self.settings.window_size = size
|
self.settings.window_size = size
|
||||||
|
|
||||||
def spawn_sand(self, position):
|
def spawn_sand(self, position):
|
||||||
x, y = position
|
|
||||||
|
|
||||||
for ax in range(-8, 9):
|
for ax in range(-8, 9):
|
||||||
color = self.rainbow()
|
color = self.rainbow()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue