ace-dent / picotracker

Track boogs for Picotron (unofficial)
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

[BUG] Paint brush in GFX modifies Color 7 (white). #17

Closed ace-dent closed 5 months ago

ace-dent commented 5 months ago

Describe the bug / feature When using the paint brush tool in the sprite editor, any pixels in colour 7 (white) are modified to the currently selected colour. This makes editing difficult.

Forum post:

... colour 12 gets temporarily modified whenever you're drawing anything with the brush tool in the sprite editor. Rather irritating if you're trying to "erase" it off a background. ... E2: It's actually colour 7 (white) -- TickedOffJosh

To Reproduce Steps to reproduce the behavior:

  1. Open the sprite editor workspace (gfx.p64).
  2. Select the paint brush tool.
  3. Select the white colour (No.7) and paint some pixels.
  4. Now select black to 'erase' some of the pixels.
  5. Whenever painting, the white pixels are replaced with the currently selected colour.

Expected behavior White pixels should not be modified while using the paint brush.

Software (please complete the following information):

ace-dent commented 5 months ago

Confirmed: fixed with release v0.1.0c on macOS. 🎉