prevent asteroids from spawning as wedges

This commit is contained in:
Asraelite 2016-03-30 09:53:48 +01:00
parent 9533184a94
commit a2a93882f0
5 changed files with 30 additions and 17 deletions

View file

@ -28,7 +28,7 @@ class World {
this.bounds = {
left: 0,
right: 250,
right: 10,
top: 0,
bottom: 30
}