diff options
| author | Xavier Del Campo <xavi.dcr@gmail.com> | 2017-02-04 14:49:08 +0100 |
|---|---|---|
| committer | Xavier Del Campo <xavi.dcr@gmail.com> | 2017-02-04 14:49:08 +0100 |
| commit | 189ecf754d0c8131464bfdff98fb56e7752556b1 (patch) | |
| tree | 89e7d02128bbc7b2d3f5c19a3da14ec14291982a /Levels | |
| download | airport-189ecf754d0c8131464bfdff98fb56e7752556b1.tar.gz | |
Initial commit
Diffstat (limited to 'Levels')
| -rwxr-xr-x | Levels/LEVEL1.LVL | bin | 0 -> 128 bytes | |||
| -rwxr-xr-x | Levels/LEVEL1.PLT | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Levels/LEVEL1.LVL b/Levels/LEVEL1.LVL Binary files differnew file mode 100755 index 0000000..e280f86 --- /dev/null +++ b/Levels/LEVEL1.LVL diff --git a/Levels/LEVEL1.PLT b/Levels/LEVEL1.PLT new file mode 100755 index 0000000..d47c146 --- /dev/null +++ b/Levels/LEVEL1.PLT @@ -0,0 +1,10 @@ +#DEPARTURE/ARRIVAL;Flight number;Passengers;HH:MM;Parking (departure only) +#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 +#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;2 |
