X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FentityCreator.cpp;h=28d6979f182830b692a2b449d6a8e4ef616b5144;hb=9ae1c0798cff2d1ed816bccb0723bd5a4ca97194;hp=fa16ae2173f26b3a001d643c6c6bbc3e72889a55;hpb=e89e708a1a18f768b3db28c99fabdcf91f6bce63;p=physics.git diff --git a/src/entityCreator.cpp b/src/entityCreator.cpp index fa16ae2..28d6979 100644 --- a/src/entityCreator.cpp +++ b/src/entityCreator.cpp @@ -73,6 +73,11 @@ void creator::init() ball = addBall(Vector2(150, 150), 20, cCyan, startBalls); ball->mass = startMass; + + for( int i = 0; i<100; i++) + { + addBall(Vector2(200+i*2, 200+i*2), 10, cCyan); + } } void creator::clean() {