mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 19:54:44 -04:00
Fixed issue where the brush type select popup window chose brush type for the right tool instead of the left
This commit is contained in:
parent
ed42cdaef1
commit
6c14a7d5e2
3 changed files with 5 additions and 1 deletions
|
@ -86,6 +86,8 @@ var right_brush_size := 1
|
|||
var current_left_brush_type = BRUSH_TYPES.PIXEL
|
||||
# warning-ignore:unused_class_variable
|
||||
var current_right_brush_type = BRUSH_TYPES.PIXEL
|
||||
# warning-ignore:unused_class_variable
|
||||
var brush_type_window_position := "left"
|
||||
|
||||
var brushes_from_files := 0
|
||||
# warning-ignore:unused_class_variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue