mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 14:24:44 -04:00
Updated translations & changelog, added PinyaColada to the contributors list
This commit is contained in:
parent
64eb4f27ce
commit
0506701874
4 changed files with 9 additions and 4 deletions
|
@ -128,12 +128,12 @@ func cut() -> void: # This is basically the same as copy + delete
|
|||
_clipboard = image.get_rect(_selected_rect)
|
||||
if _clipboard.is_invisible():
|
||||
return
|
||||
|
||||
|
||||
_clear_image.resize(size.x, size.y, Image.INTERPOLATE_NEAREST)
|
||||
var brush = _clipboard.get_rect(_clipboard.get_used_rect())
|
||||
project.brushes.append(brush)
|
||||
Brushes.add_project_brush(brush)
|
||||
Global.selection_rectangle.move_end() #The selection_rectangle can be used while is moved, this prevents malfunctioning
|
||||
move_end() # The selection_rectangle can be used while is moved, this prevents malfunctioning
|
||||
image.blit_rect(_clear_image, rect, _selected_rect.position)
|
||||
commit_undo("Draw", undo_data)
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ func _ready() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " Aaron Franke (aaronfranke)")
|
||||
contributors.create_item(contributor_root).set_text(0, " rob-a-bolton")
|
||||
contributors.create_item(contributor_root).set_text(0, " Vriska Weaver (henlo-birb)")
|
||||
contributors.create_item(contributor_root).set_text(0, " PinyaColada")
|
||||
|
||||
var donors_root := donors.create_item()
|
||||
donors.create_item(donors_root).set_text(0, " pcmxms - https://www.nonamefornowsoft.com.br/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue