prevent asteroids from spawning as wedges
This commit is contained in:
parent
9533184a94
commit
a2a93882f0
5 changed files with 30 additions and 17 deletions
|
@ -28,7 +28,7 @@ class World {
|
|||
|
||||
this.bounds = {
|
||||
left: 0,
|
||||
right: 250,
|
||||
right: 10,
|
||||
top: 0,
|
||||
bottom: 30
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue