diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-27 13:08:36 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-12-27 13:08:36 +0100 |
| commit | eb6f4d6d8cc6d895c7c6185b20eb93da1fdd8b3b (patch) | |
| tree | 363713e712254d9248866f0176780af301284525 /Source/MapEditor/tileset.ini | |
| parent | 88526570da1d3b8db0db11e232172ab9e8175d8a (diff) | |
| download | airport-eb6f4d6d8cc6d895c7c6185b20eb93da1fdd8b3b.tar.gz | |
* Added "Save map" function to MapEditor.
* Tiles can be now modified runtime.
+ tileset.ini now allows configuring tileset layout in an easy way.
Diffstat (limited to 'Source/MapEditor/tileset.ini')
| -rw-r--r-- | Source/MapEditor/tileset.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/MapEditor/tileset.ini b/Source/MapEditor/tileset.ini new file mode 100644 index 0000000..8718aa8 --- /dev/null +++ b/Source/MapEditor/tileset.ini @@ -0,0 +1,8 @@ +[tileset1] +tile0 = "Grass" +tile1 = "Asphalt with borders" +tile2 = "Water" +tile3 = "Asphalt" +tile4 = "Runway mid" +tile5 = "Runway start/end 1" +tile6 = "Runway start/end 2"
\ No newline at end of file |
