1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Updated translations, Readme & Changelog

This commit is contained in:
OverloadedOrama 2020-07-05 02:24:07 +03:00
parent 0713342c0f
commit e1724148fc
4 changed files with 17 additions and 10 deletions

View file

@ -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.

View file

@ -28,7 +28,7 @@
<a href="https://crowdin.com/project/pixelorama">
<img src="https://badges.crowdin.net/pixelorama/localized.svg" alt="Crowdin Localized %" />
</a>
<a href="https://github.com/Calinou/awesome-godot">
<a href="https://github.com/godotengine/awesome-godot">
<img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Godot" />
</a>
</p>

View file

@ -16,6 +16,9 @@ msgstr ""
msgid "Please Confirm..."
msgstr ""
msgid "File Name:"
msgstr ""
msgid "Image Size"
msgstr ""

View file

@ -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__ = {