diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-28 22:57:01 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-28 22:57:01 +0200 |
| commit | 12247026c5c2e69464ae54ae3a5156fcc725d4b3 (patch) | |
| tree | bcd92e93408d0ac24b48a1fa7bbe987f6dcb048a /Levels | |
| parent | 2a3c03f0ce9688cb858c7c4f8cff38e2bdb241bc (diff) | |
| download | airport-12247026c5c2e69464ae54ae3a5156fcc725d4b3.tar.gz | |
* Takeoff procedure implemented almost completely. TODO: "Holding" message.
* Initial implementation to show passengers left when entering correct sequence.
Diffstat (limited to 'Levels')
| -rw-r--r-- | Levels/LEVEL1.PLT | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Levels/LEVEL1.PLT b/Levels/LEVEL1.PLT index 38ef67e..3b7d6fc 100644 --- a/Levels/LEVEL1.PLT +++ b/Levels/LEVEL1.PLT @@ -6,7 +6,8 @@ #For example: 14:55 #Aircraft arrival (or departure) must be set relative to initial time, in HH:MM format. -ARRIVAL;PHX1002;40;00:05;0;60 -ARRIVAL;PHX1802;40;00:15;0;60 -ARRIVAL;PHX2015;40;00:10;0;60 -DEPARTURE;PHX1000;100;00:05;19;180 +ARRIVAL;PHX1002;40;00:05;0;120 +ARRIVAL;PHX1802;100;01:00;0;120 +ARRIVAL;PHX2015;250;00:10;0;120 +DEPARTURE;PHX1000;100;00:05;19;120 +DEPARTURE;PHX1280;100;00:30;19;120 |
