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:
parent
0713342c0f
commit
e1724148fc
|
@ -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
|
Darshan Phaldesai (luiq54), Igor Santarek (jegor377), rob-a-bolton, Kinwailo
|
||||||
|
|
||||||
### Added
|
### 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.
|
- 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))
|
- 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.
|
- 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.
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<a href="https://crowdin.com/project/pixelorama">
|
<a href="https://crowdin.com/project/pixelorama">
|
||||||
<img src="https://badges.crowdin.net/pixelorama/localized.svg" alt="Crowdin Localized %" />
|
<img src="https://badges.crowdin.net/pixelorama/localized.svg" alt="Crowdin Localized %" />
|
||||||
</a>
|
</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" />
|
<img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Godot" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -16,6 +16,9 @@ msgstr ""
|
||||||
msgid "Please Confirm..."
|
msgid "Please Confirm..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "File Name:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Image Size"
|
msgid "Image Size"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -6,25 +6,28 @@ margin_bottom = 70.0
|
||||||
|
|
||||||
[node name="FileNameContainer" type="HBoxContainer" parent="."]
|
[node name="FileNameContainer" type="HBoxContainer" parent="."]
|
||||||
anchor_right = 1.0
|
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__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="FileNameLabel" type="Label" parent="FileNameContainer"]
|
[node name="FileNameLabel" type="Label" parent="FileNameContainer"]
|
||||||
margin_top = 13.0
|
margin_top = 6.0
|
||||||
margin_right = 67.0
|
margin_right = 69.0
|
||||||
margin_bottom = 27.0
|
margin_bottom = 20.0
|
||||||
text = "File name:"
|
text = "File Name:"
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="FileNameLineEdit" type="LineEdit" parent="FileNameContainer"]
|
[node name="FileNameLineEdit" type="LineEdit" parent="FileNameContainer"]
|
||||||
margin_left = 71.0
|
margin_left = 73.0
|
||||||
margin_top = 8.0
|
margin_top = 1.0
|
||||||
margin_right = 200.0
|
margin_right = 184.0
|
||||||
margin_bottom = 32.0
|
margin_bottom = 25.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 4
|
size_flags_vertical = 4
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
|
|
Loading…
Reference in a new issue