Commit Graph

7 Commits

Author SHA1 Message Date
cobrapitz
93610d2f9c - fixed some null error relating to non existing pixels
- added layer highlighting (locked, selected, unselected)
- brush preview enhancements
- removed prints
- fixed color picker tool not picking and adding color
- fixed tool layer not clearing pixels if out of canvas
- added clear active canvas button
- disabled not implemented menu buttons
- workaround for png saving, when files exists
2020-11-08 19:53:33 +01:00
cobrapitz
cfd5d9e6ba reimplementd how pixels are drawn, not suing texture but hte draw_rect method which shouldn't take that much performance, also acxcessing the pxiels per idx (1D) with x_pos + y_pos * canvas_width = idx 2020-10-26 17:01:31 +01:00
cobrapitz
6ca768ee8e changed editor to tab editor, ...... 2020-10-25 18:39:10 +01:00
Flairieve
d2002543da Huge update! 2019-11-23 05:33:43 -06:00
Flairieve
174a3aa450 Fixed ColorPicker and added time debug class 2019-08-08 03:49:17 -05:00
Flairieve
d8bcc2df3f Removed self on a lot of lines 2019-08-04 19:16:14 -05:00
Flairieve
5168ed8193 First commit! 2019-08-04 02:57:42 -05:00