aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mygraphicsscene.h
Commit message (Collapse)AuthorAgeFilesLines
* TILE_TAXIWAY_CORNER_GRASS_3 added to accepted tiles list.Xavier ASUS2018-11-271-4/+4
| | | | | Building edition is now supported on MapEditor! LEVEL2.LVL now has some buildings laying around.
* * Added "Save map" function to MapEditor.XaviDCR922017-12-271-1/+11
| | | | | * Tiles can be now modified runtime. + tileset.ini now allows configuring tileset layout in an easy way.
* * Slight optimization: all comparations against true are now compared ↵XaviDCR922017-12-261-0/+17
against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.