diff --git a/Changelog.md b/Changelog.md index ab805190b..bb224dab1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/Scripts/Dialogs/AboutDialog.gd b/Scripts/Dialogs/AboutDialog.gd index b572f3d48..0e561e587 100644 --- a/Scripts/Dialogs/AboutDialog.gd +++ b/Scripts/Dialogs/AboutDialog.gd @@ -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")