Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
flyingbullets [2014/03/06 17:09] admin |
flyingbullets [2014/03/06 17:12] (aktuell) admin |
||
---|---|---|---|
Zeile 175: | Zeile 175: | ||
x = calc.randomInt(10, 620); | x = calc.randomInt(10, 620); | ||
y = calc.randomInt(20, 460); | y = calc.randomInt(20, 460); | ||
- | //diameter = calc.randomInt(5, 15); | + | diameter = calc.randomInt(5, 20); |
- | diameter = 20; | + | |
mBullets[i] = new Bullet(x, y, diameter, direction, canvas); | mBullets[i] = new Bullet(x, y, diameter, direction, canvas); |