mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Fix the name of the new image effect
This commit is contained in:
parent
478508be05
commit
699c9cda87
|
@ -745,7 +745,7 @@ func _initialize_keychain() -> void:
|
|||
&"outline": Keychain.InputAction.new("", "Effects menu", true),
|
||||
&"drop_shadow": Keychain.InputAction.new("", "Effects menu", true),
|
||||
&"adjust_hsv": Keychain.InputAction.new("", "Effects menu", true),
|
||||
&"adjust_brightness_saturation": Keychain.InputAction.new("", "Effects menu", true),
|
||||
&"adjust_brightness_contrast": Keychain.InputAction.new("", "Effects menu", true),
|
||||
&"gradient": Keychain.InputAction.new("", "Effects menu", true),
|
||||
&"gradient_map": Keychain.InputAction.new("", "Effects menu", true),
|
||||
&"palettize": Keychain.InputAction.new("", "Effects menu", true),
|
||||
|
|
|
@ -401,7 +401,7 @@ func _setup_effects_menu() -> void:
|
|||
"Invert Colors": "invert_colors",
|
||||
"Desaturation": "desaturation",
|
||||
"Adjust Hue/Saturation/Value": "adjust_hsv",
|
||||
"Adjust Brightness/Saturation": "adjust_brightness_saturation",
|
||||
"Adjust Brightness/Contrast": "adjust_brightness_contrast",
|
||||
"Palettize": "palettize",
|
||||
"Pixelize": "pixelize",
|
||||
"Posterize": "posterize",
|
||||
|
|
Loading…
Reference in a new issue