mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -04:00
Hide presets in ColorPickers
This commit is contained in:
parent
543e9d9008
commit
f808614384
4 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
extends ConfirmationDialog
|
||||
|
||||
func _ready() -> void:
|
||||
$OptionsContainer/OutlineColor.get_picker().presets_visible = false
|
||||
|
||||
func _on_OutlineDialog_confirmed() -> void:
|
||||
var outline_color : Color = $OptionsContainer/OutlineColor.color
|
||||
var thickness : int = $OptionsContainer/ThickValue.value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue