Right now, the editor view is very bare, requiring the user to open the menu to change and edit tools.
For this issue, create a basic toolbar widget for the editor:
- It should contain a bar of tool icons, containing the tab items from the tool container. (e.g. Brush, Eraser, Paint Bucket, Dragger)
- Those icons should swap the selected tool when clicked.
- When the icon is clicked while selected, open the full menu and switch the tabs to the active tool's settings page.
- Be sure to use a common signal to correspond with the menu view and keyboard shortcuts.
- The icon should expand to the tool settings if clicked while active.
- Utilize the current theme in
assets/theme (design right now is not very important as a rework is planned)
Generally, don't create something new if you don't have to. Reuse > recreation!
Right now, the editor view is very bare, requiring the user to open the menu to change and edit tools.
For this issue, create a basic toolbar widget for the editor:
assets/theme(design right now is not very important as a rework is planned)Generally, don't create something new if you don't have to. Reuse > recreation!