GeorgRottensteiner / C64Studio

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC
Other
252 stars 38 forks source link

Right click to paint with background (clear pixels) #77

Closed mokdevel closed 1 year ago

mokdevel commented 1 year ago

The right click should paint with background color (clear pixels) in character and sprite editors. So, I can draw with left button with the chosen color and clear misplaced pixels with right button.

Currently, I need to select background color to clear pixels.

GeorgRottensteiner commented 1 year ago

That is an general option already, File->Preferences->General->Editor Behaviour -> Right Click is Paint with BG Color

HTH!

mokdevel commented 1 year ago

Thanks! You're right and works as expected.