GraphicsEditor/addons/graphics_editor/actions
2020-10-26 20:31:41 +01:00
..
Action.gd 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
Brush.gd got action do/undo working, added brush' 2020-10-26 20:31:41 +01:00
Pencil.gd got action do/undo working, added brush' 2020-10-26 20:31:41 +01:00