mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 21:14:42 -04:00
Fixed bug where the user could drag the guides when the canvas had no focus
This commit is contained in:
parent
10280f25f9
commit
4e33775c84
4 changed files with 6 additions and 7 deletions
|
@ -71,7 +71,7 @@ func _ready() -> void:
|
|||
"Invert colors" : 0,
|
||||
"Desaturation" : 0,
|
||||
"Outline" : 0,
|
||||
"Adjust Hue/Saturation/Value":0
|
||||
"Adjust Hue/Saturation/Value" : 0
|
||||
}
|
||||
var help_menu_items := {
|
||||
"View Splash Screen" : 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue