aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mygraphicsscene.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * Added "Save map" function to MapEditor.XaviDCR922017-12-271-2/+14
| | | | | * 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/+20
against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.