1
0
Fork 0
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:
OverloadedOrama 2020-04-27 18:17:06 +03:00
parent 1ccd5dde7a
commit eab57cf327
2 changed files with 2 additions and 0 deletions

View file

@ -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. - 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. - 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. - 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. - Importing .pngs as palettes is now possible.
- A confirmation message now appears when the user quits Pixelorama, if there are unsaved changes. - 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. - 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.

View file

@ -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, " sapient_cogbag")
contributors.create_item(contributor_root).set_text(0, " Kinwailo") 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, " Igor Santarek (jegor377)")
contributors.create_item(contributor_root).set_text(0, " Dávid Gábor BODOR (dragonfi)")
var donors_root := donors.create_item() var donors_root := donors.create_item()
donors.create_item(donors_root).set_text(0, " pcmxms") donors.create_item(donors_root).set_text(0, " pcmxms")