1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00
Pixelorama/src/Tools
Emmanouil Papadeas c60675b4e7 [WIP] Added dynamics, such as pen pressure (finally!) and mouse velocity affecting alpha and brush size
Alpha currently produces ugly results when drawing on top of opaque colors. See the comment in Draw.gd like 445 for more details.
2023-02-17 15:29:55 +02:00
..
SelectionTools [skip ci] Fix various typos 2023-02-02 03:06:23 +02:00
BaseTool.gd Fix guide snapping segment detection 2023-02-13 01:21:29 +02:00
BaseTool.tscn Implement a spacing option for the pencil tool (#813) 2023-02-12 17:46:47 +02:00
Bucket.gd [skip ci] Fix various typos 2023-02-02 03:06:23 +02:00
Bucket.tscn Add ValueSliders to Bucket and SelectionTool tool options 2022-10-15 02:03:15 +03:00
ColorPicker.gd Make the color picker pick any visible color on the canvas, regardless of layer (#816) 2023-01-20 16:09:49 +02:00
ColorPicker.tscn Make the color picker pick any visible color on the canvas, regardless of layer (#816) 2023-01-20 16:09:49 +02:00
Draw.gd [WIP] Added dynamics, such as pen pressure (finally!) and mouse velocity affecting alpha and brush size 2023-02-17 15:29:55 +02:00
Draw.tscn Use Control + Wheel to change brush size - implements #776 2022-11-10 17:36:09 +02:00
EllipseTool.gd Make circle brushes scale properly, with support for even-numebered diameters 2022-09-09 00:10:34 +03:00
EllipseTool.tscn Add Rectangle and Ellipse tools (#456) 2021-03-30 10:07:13 -07:00
Eraser.gd Implement rectangular grid and guide snapping 2023-01-25 04:37:03 +02:00
Eraser.tscn Replace HSliders+SpinBoxes with ValueSliders in the tool options 2022-10-05 00:42:01 +03:00
LineTool.gd Implement rectangular grid and guide snapping 2023-01-25 04:37:03 +02:00
LineTool.tscn Use Control + Wheel to change shape thickness 2022-11-30 00:29:44 +02:00
Move.gd [skip ci] Fix various typos 2023-02-02 03:06:23 +02:00
Move.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
Pan.gd Fixes #618 2021-12-15 01:39:24 +02:00
Pan.tscn Made pixel perfect into a global tool option 2022-02-28 19:24:14 +02:00
Pencil.gd Implement a spacing option for the pencil tool (#813) 2023-02-12 17:46:47 +02:00
Pencil.tscn Implement a spacing option for the pencil tool (#813) 2023-02-12 17:46:47 +02:00
RectangleTool.gd Support even-numbered rectangle and ellipse sizes in the shape tools 2022-07-04 20:44:23 +03:00
RectangleTool.tscn Add Rectangle and Ellipse tools (#456) 2021-03-30 10:07:13 -07:00
Shading.gd Implement rectangular grid and guide snapping 2023-01-25 04:37:03 +02:00
Shading.tscn Replace HSliders+SpinBoxes with ValueSliders in the tool options 2022-10-05 00:42:01 +03:00
ShapeDrawer.gd Implement rectangular grid and guide snapping 2023-01-25 04:37:03 +02:00
ShapeDrawer.tscn Use Control + Wheel to change shape thickness 2022-11-30 00:29:44 +02:00
ToolButton.tscn Change the background left & right colors of tool buttons in code 2022-07-08 02:54:31 +03:00
Zoom.gd Implement the Keychain Plugin (#700) 2022-05-16 15:07:51 +03:00
Zoom.tscn Replace HSliders+SpinBoxes with ValueSliders in the tool options 2022-10-05 00:42:01 +03:00