diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bddafb20..267e3c3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Darshan Phaldesai (luiq54), Igor Santarek (jegor377), rob-a-bolton, Kinwailo, Mi - Added extra options for most image effects. The user can now choose if the effects will affect the selection, the current cel, current frame, all frames or even all projects! - A play button has been added for playing the animation exclusively on the small canvas preview area. A zoom slider for the preview area has been added, too. - Added color previews next to the themes in Preferences. +- Added options for the checkerboard background to follow camera movement and zoom level. ([#311](https://github.com/Orama-Interactive/Pixelorama/pull/311)) ### Changed - The GDNative gif exporter addon has been replaced with a GDScript equivalent. This makes gif exporting possible in all currently supported platforms, and it also adds support for transparency. ([#295](https://github.com/Orama-Interactive/Pixelorama/pull/295)) diff --git a/Translations/Translations.pot b/Translations/Translations.pot index d2c49d973..3c00dc637 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -780,6 +780,18 @@ msgstr "" msgid "Second color of the transparent checker background" msgstr "" +msgid "Follow Canvas Movement" +msgstr "" + +msgid "The transparent checker follow the movement of canvas" +msgstr "" + +msgid "Follow Canvas Zoom Level" +msgstr "" + +msgid "The transparent checker follow the zoom level of canvas" +msgstr "" + msgid "Only custom preset can be modified" msgstr "" diff --git a/src/Preferences/PreferencesDialog.tscn b/src/Preferences/PreferencesDialog.tscn index 406800613..068217be4 100644 --- a/src/Preferences/PreferencesDialog.tscn +++ b/src/Preferences/PreferencesDialog.tscn @@ -368,7 +368,7 @@ margin_left = 114.0 margin_top = -186.0 margin_right = 161.0 margin_bottom = -162.0 -hint_tooltip = "The transparent checker follow the movement of canvas " +hint_tooltip = "The transparent checker follow the movement of canvas" mouse_default_cursor_shape = 2 text = "On" @@ -384,7 +384,7 @@ margin_left = 114.0 margin_top = -186.0 margin_right = 161.0 margin_bottom = -162.0 -hint_tooltip = "The transparent checker follow the zoom level of canvas " +hint_tooltip = "The transparent checker follow the zoom level of canvas" mouse_default_cursor_shape = 2 text = "On"