This commit is contained in:
Asraelite 2016-03-27 23:46:18 +01:00
parent 27520842e3
commit 2d177c6b27
16 changed files with 228 additions and 31 deletions

View file

@ -108,7 +108,7 @@ class World {
}
populate() {
for (var i = 0; i < 40; i++) {
for (var i = 0; i < 5; i++) {
let pos = {
x: Math.random() * 2000 - 200,
y: Math.random() * 500 - 250