Merge pull request #4031 from WKFO/patch-2

Decreased density for speedlines
master
Andrew Copland 2017-06-27 13:30:01 +01:00 committed by GitHub
commit 4d75f6d6a5
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
#include "Pi.h"
const float BOUNDS = 2000.f;
const int DEPTH = 8;
const float SPACING = 500.f;
const int DEPTH = 9;
const float SPACING = 750.f;
const float MAX_VEL = 100.f;
SpeedLines::SpeedLines(Ship *s)