1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00
Pixelorama/Scripts
OverloadedOrama f28a3a4405 Basic tablet pen pressure sensitivity, brush alpha now gets blended
Instead of replacing the pixels with the new color's alpha value, the alpha values of the selected color and the current pixel color get blended together. This means that, if you have a pixel with 50% alpha and you draw a color over it with 25% alpha, the final result will have 75% alpha, instead of 25% as it used to be.

The pressure sensitivity is still experimental and may not work properly. Works only with Godot 3.2 and above.

draw_pixel() has also been renamed to draw_brush()
2020-02-09 01:34:37 +02:00
..
Dialogs Update AboutDialog.gd 2020-02-09 00:03:16 +02:00
Palette Fixes #141 2020-02-04 17:33:34 +02:00
Rulers Made AnimationTimeline a scene of its own 2020-01-15 22:01:43 +02:00
AnimationTimeline.gd Made AnimationTimeline a scene of its own 2020-01-15 22:01:43 +02:00
BrushButton.gd Remove custom brushes with the middle mouse button 2020-01-28 00:22:04 +02:00
CameraMovement.gd Added smooth zooming 2020-02-07 03:27:11 +02:00
Canvas.gd Basic tablet pen pressure sensitivity, brush alpha now gets blended 2020-02-09 01:34:37 +02:00
FrameButton.gd Remove custom brushes with the middle mouse button 2020-01-28 00:22:04 +02:00
Global.gd Basic tablet pen pressure sensitivity, brush alpha now gets blended 2020-02-09 01:34:37 +02:00
Import.gd Closes #112 2020-01-08 00:52:25 +02:00
LayerContainer.gd Layers stay invisible when adding/removing/moving a new layer 2019-12-27 20:24:44 +02:00
Main.gd Added Chinese Simplified 2020-02-08 00:10:33 +02:00
NotificationLabel.gd Added quit dialog 2019-12-04 19:16:18 +02:00
SecondViewport.gd Major UI changes - including new icons! 2019-11-19 23:23:43 +02:00
SelectionRectangle.gd Canvas Line2D doesn't get freed and re-created 2020-01-15 22:31:02 +02:00