mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-16 08:34:43 -05:00
Hid some color picker presets from GradientDialog
And removed some code for setting preview texture flags to 0. The flags are already being set in create_from_image()
This commit is contained in:
parent
94aa94a364
commit
8cca37e752
4 changed files with 10 additions and 8 deletions
|
|
@ -25,7 +25,6 @@ func _ready() -> void:
|
|||
current_cel = Image.new()
|
||||
preview_image = Image.new()
|
||||
preview_texture = ImageTexture.new()
|
||||
preview_texture.flags = 0
|
||||
|
||||
|
||||
func _on_HSVDialog_about_to_show() -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue