mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 22:04:43 -04:00
Finalized Lighten/Darken tool
Lighten/Darken tool now works only once per pixel per mouse press, and it can get mirrored too. Spoiler alert, next commit should be the release of v0.4.
This commit is contained in:
parent
e6bd897d1f
commit
17d117a0b1
4 changed files with 35 additions and 35 deletions
|
@ -293,7 +293,6 @@ func remove_brush_buttons() -> void:
|
|||
var hbox_container := find_node_by_name(get_tree().get_root(), "CustomBrushHBoxContainer")
|
||||
for child in hbox_container.get_children():
|
||||
child.queue_free()
|
||||
#hbox_container.remove_child(child)
|
||||
|
||||
func undo_custom_brush(_brush_button : Button = null) -> void:
|
||||
undos -= 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue