diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-29 02:57:40 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-29 02:57:40 +0100 |
| commit | fef6629d96f375b98ebb81382c0e8b4ee9b0f48b (patch) | |
| tree | 5f13bb4540d110110cb63303b10e658002856f11 /Source/MapEditor/tileset.ini | |
| parent | eb6f4d6d8cc6d895c7c6185b20eb93da1fdd8b3b (diff) | |
| download | airport-fef6629d96f375b98ebb81382c0e8b4ee9b0f48b.tar.gz | |
* New LEVEL2.LVL was not being displayed correctly as I forgot to include the new tiles on Game.c.
* Some work done on runway exit detection, but still TODO.
* Minor change in LoadMenu.c.
Diffstat (limited to 'Source/MapEditor/tileset.ini')
| -rw-r--r-- | Source/MapEditor/tileset.ini | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Source/MapEditor/tileset.ini b/Source/MapEditor/tileset.ini index 8718aa8..81fe066 100644 --- a/Source/MapEditor/tileset.ini +++ b/Source/MapEditor/tileset.ini @@ -5,4 +5,17 @@ tile2 = "Water" tile3 = "Asphalt" tile4 = "Runway mid" tile5 = "Runway start/end 1" -tile6 = "Runway start/end 2"
\ No newline at end of file +tile6 = "Runway start/end 2" +tile7 = "Parking 1" +tile8 = "Parking 2" +tile9 = "Taxiway crossing, grass border" +tile10 = "Taxiway, grass border" +tile11 = "Taxiway corner, grass border 1" +tile12 = "Water grass border 1" +tile13 = "Water grass border 2" +tile14 = "Runway holding point 1" +tile15 = "Runway holding point 2" +tile16 = "Runway enter/exit, asphalt border 1" +tile17 = "Taxiway corner, grass border 2" +tile18 = "Taxiway 4-way crossing, grass border" +tile19 = "Runway enter/exit, asphalt border 2"
\ No newline at end of file |
