projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1878e7c
)
added more start balls to slow things down on my desktop ...
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 22 Sep 2008 00:34:31 +0000
(20:34 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 22 Sep 2008 00:34:31 +0000
(20:34 -0400)
src/entityCreator.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/entityCreator.cpp
b/src/entityCreator.cpp
index
fa16ae2
..
28d6979
100644
(file)
--- 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()
{