mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Added dragonfi to the list of contributors & updated Changelog.md
This commit is contained in:
parent
1ccd5dde7a
commit
eab57cf327
|
@ -17,6 +17,7 @@ Martin Novák (novhack), Darshan Phaldesai (luiq54), Schweini07, Marco Galli (Ga
|
|||
- An HSV Adjust dialog has been added in the Images menu.
|
||||
- Pattern filling is now possible. The bucket tool can now use Patterns to fill areas, instead of a single color.
|
||||
- Users can now change keyboard shortcut bindings for tools, in the Preferences.
|
||||
- Pixel Perfect mode has been added for pencil, eraser and lighten/darken tools.
|
||||
- Importing .pngs as palettes is now possible.
|
||||
- A confirmation message now appears when the user quits Pixelorama, if there are unsaved changes.
|
||||
- The last edited project gets loaded at startup (toggleable in the Preferences), along with a new option in the File menu that also does this.
|
||||
|
|
|
@ -31,6 +31,7 @@ func _ready() -> void:
|
|||
contributors.create_item(contributor_root).set_text(0, " sapient_cogbag")
|
||||
contributors.create_item(contributor_root).set_text(0, " Kinwailo")
|
||||
contributors.create_item(contributor_root).set_text(0, " Igor Santarek (jegor377)")
|
||||
contributors.create_item(contributor_root).set_text(0, " Dávid Gábor BODOR (dragonfi)")
|
||||
|
||||
var donors_root := donors.create_item()
|
||||
donors.create_item(donors_root).set_text(0, " pcmxms")
|
||||
|
|
Loading…
Reference in a new issue