feat: Aircraft trails
This commit is contained in:
@@ -15,6 +15,9 @@ private:
|
||||
int _ttl;
|
||||
int _next_spawn;
|
||||
|
||||
const int _MIN_TAKEOFF_DELAY = 240;
|
||||
const int _MAX_TAKEOFF_DELAY = 600;
|
||||
|
||||
public:
|
||||
Airfield(vec2 position, int ttl) : _position(position), _ttl(ttl)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user