Amélioration du test

This commit is contained in:
Mattéo Delabre 2016-03-19 22:14:41 +01:00
parent 785fcca083
commit 02249f7150
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ int main() {
Engine engine;
Ball ball1(3.5f * Constants::GRID, 10 * Constants::GRID);
Ball ball2(4.5f * Constants::GRID, 10 * Constants::GRID);
Ball ball2(18.5f * Constants::GRID, 10 * Constants::GRID);
Block block01(2 * Constants::GRID, 10 * Constants::GRID);
Block block02(2 * Constants::GRID, 11 * Constants::GRID);
Block block03(3 * Constants::GRID, 11 * Constants::GRID);
@ -30,7 +30,7 @@ int main() {
Block block19(19 * Constants::GRID, 11 * Constants::GRID);
Block block20(20 * Constants::GRID, 10 * Constants::GRID);
Block block21(20 * Constants::GRID, 11 * Constants::GRID);
Block block22(19 * Constants::GRID, 10 * Constants::GRID);
Block block22(11 * Constants::GRID, 10 * Constants::GRID);
ball1.setCharge(-.01f);
ball2.setCharge(-.01f);