diff --git a/Assets/Fonts/Roboto-Italic.tres b/Assets/Fonts/Roboto-Italic.tres new file mode 100644 index 000000000..57e3adea2 --- /dev/null +++ b/Assets/Fonts/Roboto-Italic.tres @@ -0,0 +1,9 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://Assets/Fonts/Roboto-Italic.ttf" type="DynamicFontData" id=1] + +[resource] +size = 12 +use_mipmaps = true +use_filter = true +font_data = ExtResource( 1 ) diff --git a/Assets/Fonts/Roboto-Italic.ttf b/Assets/Fonts/Roboto-Italic.ttf new file mode 100644 index 000000000..6a1cee5b2 Binary files /dev/null and b/Assets/Fonts/Roboto-Italic.ttf differ diff --git a/Assets/Graphics/icon_64x64.png b/Assets/Graphics/icon_64x64.png new file mode 100644 index 000000000..2cf8e807b Binary files /dev/null and b/Assets/Graphics/icon_64x64.png differ diff --git a/Assets/Graphics/icon_64x64.png.import b/Assets/Graphics/icon_64x64.png.import new file mode 100644 index 000000000..c59d3813d --- /dev/null +++ b/Assets/Graphics/icon_64x64.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/icon_64x64.png-5c59e5dfae5e5b7158b1fc705b956749.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Graphics/icon_64x64.png" +dest_files=[ "res://.import/icon_64x64.png-5c59e5dfae5e5b7158b1fc705b956749.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/Assets/Graphics/orama_64x64.png b/Assets/Graphics/orama_64x64.png new file mode 100644 index 000000000..078108314 Binary files /dev/null and b/Assets/Graphics/orama_64x64.png differ diff --git a/Assets/Graphics/orama_64x64.png.import b/Assets/Graphics/orama_64x64.png.import new file mode 100644 index 000000000..d9b3199fd --- /dev/null +++ b/Assets/Graphics/orama_64x64.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/orama_64x64.png-0eb68a6482a96c9a132a6540c744e045.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Graphics/orama_64x64.png" +dest_files=[ "res://.import/orama_64x64.png-0eb68a6482a96c9a132a6540c744e045.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=false +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/Changelog.md b/Changelog.md index ce88fbdad..fdc1ab6fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,13 +11,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Image sub-menu with new features (Outlines, Color invert, desaturation) for more editing power. - Added layer opacity feature. - Added better circle brush and new random brush feature . -- Pixelorama goes worldwide with even more translations! (German, French, Polish, Portuguese, Russian, Traditional Chinese) -- Straight lines now have constrained angles if you press Ctrl. With a step of 15 angles. +- Pixelorama goes worldwide with even more translations! (German, French, Polish, Brazilian Portuguese, Russian, Traditional Chinese) +- Straight lines now have constrained angles if you press `Ctrl`. With a step of 15 angles. - Straight line angles are now being shown on the top bar. - Guide color can now be changed in Preferences. - Added sliders next to the spinboxes of brush size, brush color interpolation and LightenDarken's amount. -- Color switch has X as its shortcut. -- Frames can be removed with middle click. +- Color switch has `X` as its shortcut. +- Frames can now be removed with middle click. - Selection content can be deleted with the "Delete" button. ### Changed @@ -29,7 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Changed default cursor shape for the rulers. - Made the layer and timeline buttons have hover textures. (Thanks to Erevoid) - Brush color interpolation and LightenDarknen's amount now range from 0-100, instead of 0-1. -- Redo has both Ctrl-Y and Shift-Ctrl-Z as its shortcuts. +- Redo has both `Ctrl-Y` and `Shift-Ctrl-Z` as its shortcuts. (Thanks to Schweini07) - Changed positions of color switch & color default buttons. - Importing brushes from the Brushes older now looks inside its subfolders too, but not the subfolders of the subfolders. - Enabled switching between menus in menu bar on hover (Thanks to YeldhamDev) @@ -38,10 +38,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The bucket tool's "paint all pixels with the same color" now gets limited to the selection, if there is any. - If the alpha on the color picker is at 0 and any of the other RGB values change, alpha becomes 1. (Issue #54) - ### Fixed - UndoRedo leak (issue #34) (Thanks to qarmin) - Enabled low processor usage and reduced the amount of times "update()" gets called on Canvas and the rulers, to improve CPU usage. (Thanks to Calinou & Martin1991zab) - Fixed alpha in custom brushes, because their alpha was being blended along with its RGB values. (Issue #51) - Fixed "Parent node is busy setting up children, move_child() failed" when the Quit dialog popup was being called. (Issue #90, thanks to Sslaxx) -- Fixed issues with bucket tool and mirroring. \ No newline at end of file +- Fixed issues with bucket tool and mirroring. +- Fixed issue with invisible layers becomes visible when a layer was added/removed/moved or changed frame. \ No newline at end of file diff --git a/Main.tscn b/Main.tscn index 55f793a91..f71660ca5 100644 --- a/Main.tscn +++ b/Main.tscn @@ -63,7 +63,7 @@ [ext_resource path="res://Prefabs/Dialogs/ImportSprites.tscn" type="PackedScene" id=61] [ext_resource path="res://Prefabs/Dialogs/ExportSprites.tscn" type="PackedScene" id=62] [ext_resource path="res://Prefabs/Dialogs/PreferencesDialog.tscn" type="PackedScene" id=63] -[ext_resource path="res://Scripts/Dialogs/AboutDialog.gd" type="Script" id=64] +[ext_resource path="res://Prefabs/Dialogs/AboutDialog.tscn" type="PackedScene" id=64] [ext_resource path="res://Prefabs/EditPalettePopup.tscn" type="PackedScene" id=65] [ext_resource path="res://Prefabs/NewPaletteDialog.tscn" type="PackedScene" id=66] [ext_resource path="res://Prefabs/PaletteImportFileDialog.tscn" type="PackedScene" id=67] @@ -267,6 +267,7 @@ text = "[64×64]" align = 2 [node name="UI" type="HBoxContainer" parent="MenuAndUI"] +editor/display_folded = true margin_top = 28.0 margin_right = 1152.0 margin_bottom = 648.0 @@ -1860,69 +1861,7 @@ margin_right = 115.0 margin_bottom = 61.0 text = "Diagonal outlines" -[node name="AboutDialog" type="AcceptDialog" parent="."] -editor/display_folded = true -margin_right = 284.0 -margin_bottom = 186.0 -window_title = "About Pixelorama" -script = ExtResource( 64 ) - -[node name="AboutUI" type="VBoxContainer" parent="AboutDialog"] -margin_left = 8.0 -margin_top = 8.0 -margin_right = 276.0 -margin_bottom = 147.0 - -[node name="Pixelorama" type="Label" parent="AboutDialog/AboutUI"] -margin_right = 268.0 -margin_bottom = 33.0 -text = "Pixelorama v0.5 -" -align = 1 - -[node name="MadeBy" type="Label" parent="AboutDialog/AboutUI"] -margin_top = 37.0 -margin_right = 268.0 -margin_bottom = 52.0 -text = "MADEBY_LABEL" -align = 1 - -[node name="Links" type="CenterContainer" parent="AboutDialog/AboutUI"] -editor/display_folded = true -margin_top = 56.0 -margin_right = 268.0 -margin_bottom = 77.0 - -[node name="LinkButtons" type="HBoxContainer" parent="AboutDialog/AboutUI/Links"] -editor/display_folded = true -margin_left = 43.0 -margin_right = 225.0 -margin_bottom = 23.0 - -[node name="Website" type="Button" parent="AboutDialog/AboutUI/Links/LinkButtons"] -margin_right = 55.0 -margin_bottom = 21.0 -text = "Website" - -[node name="GitHub" type="Button" parent="AboutDialog/AboutUI/Links/LinkButtons"] -margin_left = 59.0 -margin_right = 139.0 -margin_bottom = 21.0 -text = "GitHub Repo" - -[node name="Donate" type="Button" parent="AboutDialog/AboutUI/Links/LinkButtons"] -margin_left = 143.0 -margin_right = 194.0 -margin_bottom = 21.0 -text = "Donate" - -[node name="Copyright" type="Label" parent="AboutDialog/AboutUI"] -margin_top = 81.0 -margin_right = 268.0 -margin_bottom = 114.0 -text = " -Copyright 2019 - Orama Interactive" -align = 1 +[node name="AboutDialog" parent="." instance=ExtResource( 64 )] [node name="QuitDialog" type="ConfirmationDialog" parent="."] margin_right = 200.0 @@ -2031,9 +1970,6 @@ visible = false [connection signal="confirmed" from="OutlineDialog" to="." method="_on_OutlineDialog_confirmed"] [connection signal="popup_hide" from="OutlineDialog" to="." method="_can_draw_true"] [connection signal="popup_hide" from="AboutDialog" to="." method="_can_draw_true"] -[connection signal="pressed" from="AboutDialog/AboutUI/Links/LinkButtons/Website" to="AboutDialog" method="_on_Website_pressed"] -[connection signal="pressed" from="AboutDialog/AboutUI/Links/LinkButtons/GitHub" to="AboutDialog" method="_on_GitHub_pressed"] -[connection signal="pressed" from="AboutDialog/AboutUI/Links/LinkButtons/Donate" to="AboutDialog" method="_on_Donate_pressed"] [connection signal="confirmed" from="QuitDialog" to="." method="_on_QuitDialog_confirmed"] [connection signal="popup_hide" from="QuitDialog" to="." method="_can_draw_true"] [connection signal="confirmed" from="NewPaletteDialog" to="." method="_on_NewPaletteDialog_confirmed"] diff --git a/Prefabs/Dialogs/AboutDialog.tscn b/Prefabs/Dialogs/AboutDialog.tscn new file mode 100644 index 000000000..7b167412a --- /dev/null +++ b/Prefabs/Dialogs/AboutDialog.tscn @@ -0,0 +1,185 @@ +[gd_scene load_steps=6 format=2] + +[ext_resource path="res://Scripts/Dialogs/AboutDialog.gd" type="Script" id=1] +[ext_resource path="res://Assets/Graphics/icon_64x64.png" type="Texture" id=2] +[ext_resource path="res://Assets/Fonts/Roboto-Italic.tres" type="DynamicFont" id=3] +[ext_resource path="res://Assets/Graphics/orama_64x64.png" type="Texture" id=4] +[ext_resource path="res://Assets/Fonts/Roboto-Small.tres" type="DynamicFont" id=5] + +[node name="AboutDialog" type="WindowDialog"] +margin_right = 512.0 +margin_bottom = 288.0 +rect_min_size = Vector2( 512, 288 ) +window_title = "About Pixelorama" +resizable = true +script = ExtResource( 1 ) + +[node name="AboutUI" type="VBoxContainer" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 12.0 +margin_top = 4.0 +margin_right = -12.0 +margin_bottom = -8.0 +alignment = 1 + +[node name="IconsButtons" type="HBoxContainer" parent="AboutUI"] +margin_right = 488.0 +margin_bottom = 64.0 + +[node name="PixeloramaLogo" type="TextureRect" parent="AboutUI/IconsButtons"] +margin_right = 64.0 +margin_bottom = 64.0 +texture = ExtResource( 2 ) + +[node name="SloganAndLinks" type="CenterContainer" parent="AboutUI/IconsButtons"] +editor/display_folded = true +margin_left = 68.0 +margin_right = 420.0 +margin_bottom = 64.0 +size_flags_horizontal = 3 + +[node name="VBoxContainer" type="VBoxContainer" parent="AboutUI/IconsButtons/SloganAndLinks"] +margin_left = 64.0 +margin_top = 12.0 +margin_right = 288.0 +margin_bottom = 51.0 + +[node name="Pixelorama" type="Label" parent="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer"] +margin_right = 224.0 +margin_bottom = 15.0 +custom_fonts/font = ExtResource( 3 ) +text = "Pixelorama - Pixelate your dreams!" +align = 1 + +[node name="LinkButtons" type="HBoxContainer" parent="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer"] +margin_top = 19.0 +margin_right = 224.0 +margin_bottom = 39.0 + +[node name="Website" type="Button" parent="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons"] +margin_right = 65.0 +margin_bottom = 20.0 +text = "Website" + +[node name="GitHub" type="Button" parent="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons"] +margin_left = 69.0 +margin_right = 162.0 +margin_bottom = 20.0 +text = "GitHub Repo" + +[node name="Donate" type="Button" parent="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons"] +margin_left = 166.0 +margin_right = 224.0 +margin_bottom = 20.0 +text = "Donate" + +[node name="OramaLogo" type="TextureRect" parent="AboutUI/IconsButtons"] +margin_left = 424.0 +margin_right = 488.0 +margin_bottom = 64.0 +texture = ExtResource( 4 ) + +[node name="HSeparator" type="HSeparator" parent="AboutUI"] +margin_top = 68.0 +margin_right = 488.0 +margin_bottom = 72.0 + +[node name="Credits" type="HSplitContainer" parent="AboutUI"] +editor/display_folded = true +margin_top = 76.0 +margin_right = 488.0 +margin_bottom = 233.0 +size_flags_vertical = 3 + +[node name="Groups" type="Tree" parent="AboutUI/Credits"] +margin_right = 120.0 +margin_bottom = 157.0 +rect_min_size = Vector2( 120, 120 ) +custom_constants/item_margin = -2 +hide_root = true + +[node name="Developers" type="VBoxContainer" parent="AboutUI/Credits"] +margin_left = 132.0 +margin_right = 488.0 +margin_bottom = 157.0 +size_flags_horizontal = 3 + +[node name="Label" type="Label" parent="AboutUI/Credits/Developers"] +margin_right = 356.0 +margin_bottom = 14.0 +text = "Development Team" + +[node name="DeveloperTree" type="Tree" parent="AboutUI/Credits/Developers"] +margin_top = 18.0 +margin_right = 356.0 +margin_bottom = 157.0 +size_flags_vertical = 3 +custom_constants/item_margin = -2 +custom_constants/button_margin = 2 +hide_root = true + +[node name="Contributors" type="VBoxContainer" parent="AboutUI/Credits"] +visible = false +margin_left = 254.0 +margin_right = 496.0 +margin_bottom = 126.0 +size_flags_horizontal = 3 + +[node name="Label" type="Label" parent="AboutUI/Credits/Contributors"] +margin_right = 242.0 +margin_bottom = 14.0 +text = "Contributors" + +[node name="ContributorTree" type="Tree" parent="AboutUI/Credits/Contributors"] +margin_top = 18.0 +margin_right = 242.0 +margin_bottom = 126.0 +size_flags_vertical = 3 +custom_constants/item_margin = -2 +hide_root = true + +[node name="Donors" type="VBoxContainer" parent="AboutUI/Credits"] +visible = false +margin_left = 254.0 +margin_right = 496.0 +margin_bottom = 126.0 +size_flags_horizontal = 3 + +[node name="Label" type="Label" parent="AboutUI/Credits/Donors"] +margin_right = 242.0 +margin_bottom = 14.0 +text = "Donors" + +[node name="DonorTree" type="Tree" parent="AboutUI/Credits/Donors"] +margin_top = 18.0 +margin_right = 242.0 +margin_bottom = 126.0 +size_flags_vertical = 3 +custom_constants/item_margin = -2 +hide_root = true + +[node name="HSeparator2" type="HSeparator" parent="AboutUI"] +margin_top = 237.0 +margin_right = 488.0 +margin_bottom = 241.0 + +[node name="MadeBy" type="Label" parent="AboutUI"] +margin_top = 245.0 +margin_right = 488.0 +margin_bottom = 259.0 +text = "MADEBY_LABEL" +align = 1 + +[node name="Copyright" type="Label" parent="AboutUI"] +margin_top = 263.0 +margin_right = 488.0 +margin_bottom = 276.0 +custom_fonts/font = ExtResource( 5 ) +text = "Copyright 2019 - Orama Interactive" +align = 1 +[connection signal="about_to_show" from="." to="." method="_on_AboutDialog_about_to_show"] +[connection signal="pressed" from="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons/Website" to="." method="_on_Website_pressed"] +[connection signal="pressed" from="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons/GitHub" to="." method="_on_GitHub_pressed"] +[connection signal="pressed" from="AboutUI/IconsButtons/SloganAndLinks/VBoxContainer/LinkButtons/Donate" to="." method="_on_Donate_pressed"] +[connection signal="item_selected" from="AboutUI/Credits/Groups" to="." method="_on_Groups_item_selected"] diff --git a/Prefabs/Dialogs/PreferencesDialog.tscn b/Prefabs/Dialogs/PreferencesDialog.tscn index 8eed0f596..43aa1e97e 100644 --- a/Prefabs/Dialogs/PreferencesDialog.tscn +++ b/Prefabs/Dialogs/PreferencesDialog.tscn @@ -4,7 +4,6 @@ [ext_resource path="res://Assets/Fonts/Roboto-Regular.tres" type="DynamicFont" id=2] [ext_resource path="res://Assets/Fonts/NotoSansCJKtc-Regular.tres" type="DynamicFont" id=3] - [node name="PreferencesDialog" type="AcceptDialog"] margin_right = 200.0 margin_bottom = 70.0 @@ -120,6 +119,7 @@ text = "繁體中文 [zh_TW]" [node name="Themes" type="VBoxContainer" parent="HSplitContainer/ScrollContainer/VBoxContainer"] editor/display_folded = true +visible = false margin_top = 286.0 margin_right = 205.0 margin_bottom = 454.0 diff --git a/Scripts/Dialogs/AboutDialog.gd b/Scripts/Dialogs/AboutDialog.gd index 893e2c803..f8d0fe009 100644 --- a/Scripts/Dialogs/AboutDialog.gd +++ b/Scripts/Dialogs/AboutDialog.gd @@ -1,9 +1,62 @@ -extends AcceptDialog +extends WindowDialog + +onready var credits = $AboutUI/Credits +onready var groups : Tree = $AboutUI/Credits/Groups +onready var developer_container = $AboutUI/Credits/Developers +onready var contributors_container = $AboutUI/Credits/Contributors +onready var donors_container = $AboutUI/Credits/Donors + +onready var developers : Tree = $AboutUI/Credits/Developers/DeveloperTree +onready var contributors : Tree = $AboutUI/Credits/Contributors/ContributorTree +onready var donors : Tree = $AboutUI/Credits/Donors/DonorTree -# Called when the node enters the scene tree for the first time. func _ready() -> void: + var groups_root := groups.create_item() + var developers_button := groups.create_item(groups_root) + var contributors_button := groups.create_item(groups_root) + var donors_button := groups.create_item(groups_root) + developers_button.set_text(0, " Developers") + developers_button.select(0) + contributors_button.set_text(0, " Contributors") + donors_button.set_text(0, " Donors") + + var dev_root := developers.create_item() + developers.create_item(dev_root).set_text(0, " Manolis Papadeas (Overloaded) - Lead Programmer") + developers.create_item(dev_root).set_text(0, " John Nikitakis (Erevos) - UI Designer") + + var contributor_root := contributors.create_item() + contributors.create_item(contributor_root).set_text(0, " Calinou") + contributors.create_item(contributor_root).set_text(0, " greusser") + contributors.create_item(contributor_root).set_text(0, " tiritto") + contributors.create_item(contributor_root).set_text(0, " YeldhamDev") + contributors.create_item(contributor_root).set_text(0, " Martin1991zab") + contributors.create_item(contributor_root).set_text(0, " azagaya") + contributors.create_item(contributor_root).set_text(0, " Schweini07") + contributors.create_item(contributor_root).set_text(0, " danielnaoexiste") + contributors.create_item(contributor_root).set_text(0, " SbNanduri") + contributors.create_item(contributor_root).set_text(0, " AndreevAndrei") + contributors.create_item(contributor_root).set_text(0, " JunYouIntrovert") + + var donors_root := donors.create_item() + donors.create_item(donors_root).set_text(0, " pcmxms") + +func _on_AboutDialog_about_to_show() -> void: var current_version : String = ProjectSettings.get_setting("application/config/Version") - $AboutUI/Pixelorama.text = "Pixelorama %s\n" % current_version + window_title = tr("About Pixelorama") + " " + current_version + +func _on_Groups_item_selected() -> void: + for child in credits.get_children(): + if child != groups: + child.visible = false + + var selected := groups.get_selected().get_text(0) + if "Developers" in selected: + developer_container.visible = true + elif "Contributors" in selected: + contributors_container.visible = true + elif "Donors" in selected: + donors_container.visible = true + func _on_Website_pressed() -> void: OS.shell_open("https://www.orama-interactive.com/pixelorama") diff --git a/Themes & Styles/Dark Theme/Dark Theme.tres b/Themes & Styles/Dark Theme/Dark Theme.tres index 225e8226d..e796a3209 100644 --- a/Themes & Styles/Dark Theme/Dark Theme.tres +++ b/Themes & Styles/Dark Theme/Dark Theme.tres @@ -2,6 +2,8 @@ [ext_resource path="res://Assets/Fonts/Roboto-Regular.tres" type="DynamicFont" id=1] + + [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.517647, 0.517647, 0.517647, 1 ) border_width_left = 4 diff --git a/Themes & Styles/Godot's Theme/Godot's Theme.tres b/Themes & Styles/Godot's Theme/Godot's Theme.tres index 5d84a6e67..7302ff06b 100644 --- a/Themes & Styles/Godot's Theme/Godot's Theme.tres +++ b/Themes & Styles/Godot's Theme/Godot's Theme.tres @@ -1,9 +1,15 @@ -[gd_resource type="Theme" load_steps=2 format=2] +[gd_resource type="Theme" load_steps=3 format=2] -[ext_resource path="res://Assets/Fonts/Roboto-Regular.tres" type="DynamicFont" id=1] +[ext_resource path="res://Assets/Fonts/Roboto-Regular.ttf" type="DynamicFontData" id=1] + +[sub_resource type="DynamicFont" id=1] +size = 12 +use_mipmaps = true +use_filter = true +font_data = ExtResource( 1 ) [resource] -default_font = ExtResource( 1 ) +default_font = SubResource( 1 ) Button/colors/font_color = Color( 0.878431, 0.878431, 0.878431, 1 ) Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 ) Button/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 ) diff --git a/Themes & Styles/Gold Theme/Gold Theme.tres b/Themes & Styles/Gold Theme/Gold Theme.tres index 2ff1159dd..95213413a 100644 --- a/Themes & Styles/Gold Theme/Gold Theme.tres +++ b/Themes & Styles/Gold Theme/Gold Theme.tres @@ -2,6 +2,8 @@ [ext_resource path="res://Assets/Fonts/Roboto-Regular.tres" type="DynamicFont" id=1] + + [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.219608, 0.211765, 0.168627, 1 ) diff --git a/Themes & Styles/Gray Theme/Gray Theme.tres b/Themes & Styles/Gray Theme/Gray Theme.tres index 6d2b960c3..0df6657fb 100644 --- a/Themes & Styles/Gray Theme/Gray Theme.tres +++ b/Themes & Styles/Gray Theme/Gray Theme.tres @@ -2,6 +2,8 @@ [ext_resource path="res://Assets/Fonts/Roboto-Regular.tres" type="DynamicFont" id=1] + + [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.517647, 0.517647, 0.517647, 1 ) border_width_left = 4 diff --git a/Themes & Styles/Light Theme/Light Theme.tres b/Themes & Styles/Light Theme/Light Theme.tres index c12736c5c..ece7d9180 100644 --- a/Themes & Styles/Light Theme/Light Theme.tres +++ b/Themes & Styles/Light Theme/Light Theme.tres @@ -2,6 +2,8 @@ [ext_resource path="res://Assets/Fonts/Roboto-Regular.tres" type="DynamicFont" id=1] + + [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.803922, 0.803922, 0.803922, 1 ) border_width_left = 4 diff --git a/Translations/de.po b/Translations/de.po index 1af7c10ae..454415bfa 100644 --- a/Translations/de.po +++ b/Translations/de.po @@ -174,9 +174,7 @@ msgid "About Pixelorama" msgstr "Über Pixelorama" msgid "MADEBY_LABEL" -msgstr "" -"Ihr kostenloser und opensource Pixeleditor!\n" -"Entwickelt von Orama Interactive\n" +msgstr "Entwickelt von Orama Interactive" msgid "Website" msgstr "Website" diff --git a/Translations/el.po b/Translations/el.po index a9f1950c9..60545a2ba 100644 --- a/Translations/el.po +++ b/Translations/el.po @@ -171,9 +171,7 @@ msgid "About Pixelorama" msgstr "Σχετικά με το Pixelorama" msgid "MADEBY_LABEL" -msgstr "" -"Το δωρεάν και ανοιχτού κώδικα πρόγραμμά σας!\n" -"Φτιαγμένο από την Orama Interactive\n" +msgstr "Φτιαγμένο από την Orama Interactive" msgid "Website" msgstr "Ιστοσελίδα" diff --git a/Translations/en.po b/Translations/en.po index 8758d2ff5..81052a3d1 100644 --- a/Translations/en.po +++ b/Translations/en.po @@ -171,9 +171,7 @@ msgid "About Pixelorama" msgstr "About Pixelorama" msgid "MADEBY_LABEL" -msgstr "" -"Your Free and Open Source Sprite Editor!\n" -"Developed by Orama Interactive\n" +msgstr "Developed by Orama Interactive" msgid "Website" msgstr "Website" diff --git a/Translations/fr.po b/Translations/fr.po index 99961eab6..522cbb713 100644 --- a/Translations/fr.po +++ b/Translations/fr.po @@ -171,9 +171,7 @@ msgid "About Pixelorama" msgstr "À propos de Pixelorama" msgid "MADEBY_LABEL" -msgstr "" -"Votre éditeur de sprites libre et open source\n" -"Développé par Orama Interactive\n" +msgstr "Développé par Orama Interactive" msgid "Website" msgstr "Site Web" diff --git a/Translations/pl.po b/Translations/pl.po index 8980226a4..66f7c54f9 100644 --- a/Translations/pl.po +++ b/Translations/pl.po @@ -171,9 +171,7 @@ msgid "About Pixelorama" msgstr "O Pixeloramie" msgid "MADEBY_LABEL" -msgstr "" -"Twój darmowy edytor Sprite-ów na otwartej licencji!\n" -"Tworzony przez: Orama Interactive\n" +msgstr "Tworzony przez: Orama Interactive" msgid "Website" msgstr "Strona internetowa" diff --git a/Translations/pt_BR.po b/Translations/pt_BR.po index a01872f99..4b7bcdb9f 100644 --- a/Translations/pt_BR.po +++ b/Translations/pt_BR.po @@ -171,9 +171,7 @@ msgid "About Pixelorama" msgstr "Sobre Pixelorama" msgid "MADEBY_LABEL" -msgstr "" -"Seu Editor de Sprites Livre e de Código Aberto!\n" -"Desenvolvido por Orama Interactive\n" +msgstr "Desenvolvido por Orama Interactive" msgid "Website" msgstr "Website" diff --git a/Translations/ru.po b/Translations/ru.po index b94536e9f..0f1f17b8c 100644 --- a/Translations/ru.po +++ b/Translations/ru.po @@ -171,9 +171,7 @@ msgid "About Pixelorama" msgstr "О Pixeloram'е" msgid "MADEBY_LABEL" -msgstr "" -"Ваш бесплатный и открытый Sprite редактор!\n" -"Разработано Orama Interactive\n" +msgstr "Разработано Orama Interactive" msgid "Website" msgstr "Сайт" diff --git a/Translations/zh_TW.po b/Translations/zh_TW.po index d63fc0d2f..f78aa6dac 100644 --- a/Translations/zh_TW.po +++ b/Translations/zh_TW.po @@ -171,9 +171,7 @@ msgid "About Pixelorama" msgstr "關於 Pixelorama" msgid "MADEBY_LABEL" -msgstr "" -"免費開源圖像編輯軟體!\n" -"由Orama Interactive開發\n" +msgstr "由Orama Interactive開發" msgid "Website" msgstr "官網"