From 64dbf5cdd5c16ab6ccdadcfd66949aba5b8fa1e2 Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Sun, 25 Nov 2018 18:02:18 +0100 Subject: Bugfix: minutes were not being retrieved from PLT files. Game.c: parking slots cannot be selected if an aircraft in STATE_PARKED state is on it. Other fixes and improvements. Added some tiles from TILESET2.TIM --- Source/MapEditor/tileset.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Source/MapEditor/tileset.ini') diff --git a/Source/MapEditor/tileset.ini b/Source/MapEditor/tileset.ini index 488e023..8030b9f 100644 --- a/Source/MapEditor/tileset.ini +++ b/Source/MapEditor/tileset.ini @@ -1,4 +1,5 @@ [tileset1] +path = "../../Sprites/TILESET1.bmp" tile0 = "Grass" tile1 = "Asphalt with borders" tile2 = "Water" @@ -18,4 +19,9 @@ 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 +tile19 = "Runway enter/exit, asphalt border 2" + +[tileset2] +path = "../../Sprites/TILESET2.bmp" +tile20 = "Unused" +tile21 = "Taxiway corner, grass border 3" -- cgit v1.2.3