aboutsummaryrefslogtreecommitdiff
path: root/src/tool/icon_tool.rs
Commit message (Collapse)AuthorAgeLines
* Fix some style errorsArne Dußin2020-11-10-1/+1
| | | | | Fixed the last warnings and ran clippy on the project. Fixed where appropriate and taught clippy otherwise. Now runs through clean.
* Remove unused importsArne Dußin2020-11-10-1/+1
|
* Fix next icon still being drawn when tool is inactiveArne Dußin2020-11-10-31/+38
| | | | | | | The icon that would be placed next, but is not on the map was always drawn once the icon-tool was activated once. This is no longer the case. Also, the tool now saves the last icon that was selected and keeps the rotation of it between placements, which I deemed more intuitive.
* Add configuration optionsArne Dußin2020-11-09-6/+16
|
* Make it so icons can rotateArne Dußin2020-11-08-27/+63
|
* Add icon toolArne Dußin2020-11-06-0/+142