diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-25 07:38:58 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-25 07:38:58 +0200 |
| commit | 656eec576e46bf80da052710508e93b26ec8bdb5 (patch) | |
| tree | f54106e08d0b2d862c1ffca1c351045eb33a9196 /Levels | |
| parent | 8d2e08d7448e6c3514a747c0dff5db5f27eb8788 (diff) | |
* Implemented remaining time for flights.
* Initial STATE_UNBOARDING implementation. Still some work to do.
* Added score logic.
Diffstat (limited to 'Levels')
| -rw-r--r-- | Levels/LEVEL1.PLT | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Levels/LEVEL1.PLT b/Levels/LEVEL1.PLT index 952c08f..e740156 100644 --- a/Levels/LEVEL1.PLT +++ b/Levels/LEVEL1.PLT @@ -1,10 +1,10 @@ -#DEPARTURE/ARRIVAL;Flight number;Passengers;HH:MM;Parking (departure only) +#DEPARTURE/ARRIVAL;Flight number;Passengers;HH:MM;Parking (departure only);Remaining time #This is a comment example. #If DEPARTURE, parking must be set #If ARRIVAL, set parking to zero #First line must set initial time #For example: -10:30 +14:55 #Aircraft arrival (or departure) must be set relative to initial time, in HH:MM format. -ARRIVAL;PHX1002;40;00:05;0 -DEPARTURE;PHX1000;100;00:05;19 +ARRIVAL;PHX1002;40;00:05;0;60 +DEPARTURE;PHX1000;100;00:05;19;180 |
