From e1724148fc08f7ce56c232b96fb67c6bf66d67ba Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Sun, 5 Jul 2020 02:24:07 +0300 Subject: [PATCH] Updated translations, Readme & Changelog --- CHANGELOG.md | 1 + README.md | 2 +- Translations/Translations.pot | 3 +++ src/UI/Dialogs/SaveSpriteHTML5.tscn | 21 ++++++++++++--------- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 675e5ec..3e80d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This update has been brought to you by the contributions of: Darshan Phaldesai (luiq54), Igor Santarek (jegor377), rob-a-bolton, Kinwailo ### Added +- The Web (HTML5) is now a supported platform of Pixelorama! It is now possible to save .png and .pxo files, as well as load image and palette files in the Web version. Only limitation so far is that the users cannot load .pxo files. Also, this may not work on mobile. - Project tabs! You can now have multiple projects open at the same time, and access each one with tabs. - Ability to remove the current palette. ([#239](https://github.com/Orama-Interactive/Pixelorama/pull/239)) - You can now drag & drop files into the program while it's running to open them. You can open .pxo files, image files and palette (json and gpl) files this way. diff --git a/README.md b/README.md index 4b171fb..0c2c425 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Crowdin Localized % - + Mentioned in Awesome Godot

diff --git a/Translations/Translations.pot b/Translations/Translations.pot index d6634f8..66bc623 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -16,6 +16,9 @@ msgstr "" msgid "Please Confirm..." msgstr "" +msgid "File Name:" +msgstr "" + msgid "Image Size" msgstr "" diff --git a/src/UI/Dialogs/SaveSpriteHTML5.tscn b/src/UI/Dialogs/SaveSpriteHTML5.tscn index 1b762ef..6e5f92e 100644 --- a/src/UI/Dialogs/SaveSpriteHTML5.tscn +++ b/src/UI/Dialogs/SaveSpriteHTML5.tscn @@ -6,25 +6,28 @@ margin_bottom = 70.0 [node name="FileNameContainer" type="HBoxContainer" parent="."] anchor_right = 1.0 -margin_bottom = 41.0 +margin_left = 8.0 +margin_top = 8.0 +margin_right = -8.0 +margin_bottom = 34.0 __meta__ = { "_edit_use_anchors_": false } [node name="FileNameLabel" type="Label" parent="FileNameContainer"] -margin_top = 13.0 -margin_right = 67.0 -margin_bottom = 27.0 -text = "File name:" +margin_top = 6.0 +margin_right = 69.0 +margin_bottom = 20.0 +text = "File Name:" __meta__ = { "_edit_use_anchors_": false } [node name="FileNameLineEdit" type="LineEdit" parent="FileNameContainer"] -margin_left = 71.0 -margin_top = 8.0 -margin_right = 200.0 -margin_bottom = 32.0 +margin_left = 73.0 +margin_top = 1.0 +margin_right = 184.0 +margin_bottom = 25.0 size_flags_horizontal = 3 size_flags_vertical = 4 __meta__ = {