feat: Aircraft trails

This commit is contained in:
2026-04-17 17:24:56 +01:00
parent 7ad3d437f8
commit 593a056696
8 changed files with 69 additions and 7 deletions

View File

@@ -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)
{