diff --git a/Assets/Graphics/Become a patron.png b/Assets/Graphics/Become a patron.png new file mode 100644 index 000000000..67c9ce7d6 Binary files /dev/null and b/Assets/Graphics/Become a patron.png differ diff --git a/Assets/Graphics/Patron Button.png.import b/Assets/Graphics/Become a patron.png.import similarity index 67% rename from Assets/Graphics/Patron Button.png.import rename to Assets/Graphics/Become a patron.png.import index 1b296261c..3421ceeda 100644 --- a/Assets/Graphics/Patron Button.png.import +++ b/Assets/Graphics/Become a patron.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/Patron Button.png-c0e5b2ecd47261e9d545cc77e7063cb1.stex" +path="res://.import/Become a patron.png-45ae52076f8b13824fd1a3aaf4b2101a.stex" metadata={ "vram_texture": false } [deps] -source_file="res://Assets/Graphics/Patron Button.png" -dest_files=[ "res://.import/Patron Button.png-c0e5b2ecd47261e9d545cc77e7063cb1.stex" ] +source_file="res://Assets/Graphics/Become a patron.png" +dest_files=[ "res://.import/Become a patron.png-45ae52076f8b13824fd1a3aaf4b2101a.stex" ] [params] diff --git a/Assets/Graphics/Become a patron_Hover.png b/Assets/Graphics/Become a patron_Hover.png new file mode 100644 index 000000000..b60c69eec Binary files /dev/null and b/Assets/Graphics/Become a patron_Hover.png differ diff --git a/Assets/Graphics/Patron Button Hover.png.import b/Assets/Graphics/Become a patron_Hover.png.import similarity index 65% rename from Assets/Graphics/Patron Button Hover.png.import rename to Assets/Graphics/Become a patron_Hover.png.import index d074579d7..88c5da213 100644 --- a/Assets/Graphics/Patron Button Hover.png.import +++ b/Assets/Graphics/Become a patron_Hover.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/Patron Button Hover.png-8fc60b776206b9abfa94306023859853.stex" +path="res://.import/Become a patron_Hover.png-8a75baaaa2b3ce60a939e5c77977d33b.stex" metadata={ "vram_texture": false } [deps] -source_file="res://Assets/Graphics/Patron Button Hover.png" -dest_files=[ "res://.import/Patron Button Hover.png-8fc60b776206b9abfa94306023859853.stex" ] +source_file="res://Assets/Graphics/Become a patron_Hover.png" +dest_files=[ "res://.import/Become a patron_Hover.png-8a75baaaa2b3ce60a939e5c77977d33b.stex" ] [params] diff --git a/Assets/Graphics/Patron Button Hover.png b/Assets/Graphics/Patron Button Hover.png deleted file mode 100644 index 3b1d9f575..000000000 Binary files a/Assets/Graphics/Patron Button Hover.png and /dev/null differ diff --git a/Assets/Graphics/Patron Button.png b/Assets/Graphics/Patron Button.png deleted file mode 100644 index a0304a2bf..000000000 Binary files a/Assets/Graphics/Patron Button.png and /dev/null differ diff --git a/Prefabs/Dialogs/SplashDialog.tscn b/Prefabs/Dialogs/SplashDialog.tscn index a1c6fd6e7..75cb0068a 100644 --- a/Prefabs/Dialogs/SplashDialog.tscn +++ b/Prefabs/Dialogs/SplashDialog.tscn @@ -2,8 +2,8 @@ [ext_resource path="res://Scripts/Dialogs/SplashDialog.gd" type="Script" id=1] [ext_resource path="res://Assets/Graphics/Pixelorama Logo.png" type="Texture" id=2] -[ext_resource path="res://Assets/Graphics/Patron Button.png" type="Texture" id=3] -[ext_resource path="res://Assets/Graphics/Patron Button Hover.png" type="Texture" id=4] +[ext_resource path="res://Assets/Graphics/Become a patron.png" type="Texture" id=3] +[ext_resource path="res://Assets/Graphics/Become a patron_Hover.png" type="Texture" id=4] [ext_resource path="res://Assets/Graphics/Splash Art.png" type="Texture" id=5] [ext_resource path="res://Assets/Fonts/Roboto-Bold.tres" type="DynamicFont" id=6] [ext_resource path="res://Assets/Fonts/Roboto-Small.tres" type="DynamicFont" id=7] @@ -114,18 +114,18 @@ size_flags_vertical = 3 [node name="VBoxContainer" type="VBoxContainer" parent="Contents/PatronsArtNews/PatronsContainer/PatronsScroll"] margin_right = 142.0 -margin_bottom = 80.0 +margin_bottom = 84.0 size_flags_horizontal = 3 [node name="CenterContainer" type="CenterContainer" parent="Contents/PatronsArtNews/PatronsContainer/PatronsScroll/VBoxContainer"] margin_right = 142.0 -margin_bottom = 80.0 +margin_bottom = 84.0 size_flags_horizontal = 3 [node name="PatronButton" type="TextureButton" parent="Contents/PatronsArtNews/PatronsContainer/PatronsScroll/VBoxContainer/CenterContainer"] -margin_left = 31.0 -margin_right = 111.0 -margin_bottom = 80.0 +margin_left = 29.0 +margin_right = 113.0 +margin_bottom = 84.0 mouse_default_cursor_shape = 2 texture_normal = ExtResource( 3 ) texture_hover = ExtResource( 4 ) @@ -166,16 +166,17 @@ rect_min_size = Vector2( 0, 260 ) [node name="Label2" type="Label" parent="Contents/PatronsArtNews/ChangelogContainer/ChangelogScroll"] margin_right = 142.0 -margin_bottom = 592.0 +margin_bottom = 796.0 size_flags_horizontal = 3 size_flags_vertical = 3 text = "Added - Palettes. You can choose default ones or make your own! - Multiple theme support to better match your style. -- Image sub-menu with new features (Outlines, Color invert, desaturation) for more editing power. -- Added a layer opacity slider, that lets you change the alpha values of layers. +- Image menu with new features (Outlines, Color invert, desaturation) for more editing power. +- Added a new splash screen window dialog that appears when Pixelorama loads. Patrons with the rank of Visionaries and above can participate in splash screen artwork contests for every version! - Added a better circle, filled circle and random brushes! - Pixelorama goes worldwide with even more translations! +- Added a layer opacity slider, that lets you change the alpha values of layers. - Importing and exporting matrix spritesheets is now possible. - Straight lines now have constrained angles if you press Ctrl. With a step of 15 angles." autowrap = true diff --git a/Scripts/Main.gd b/Scripts/Main.gd index 15872a776..7ecddac93 100644 --- a/Scripts/Main.gd +++ b/Scripts/Main.gd @@ -352,7 +352,7 @@ func help_menu_id_pressed(id : int) -> void: 1: # Issue Tracker OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues") 2: # Changelog - OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md") + OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/1b57c4ee22e959ad3b1e1648aff3885a5f22b2b8/Changelog.md") 3: # About Pixelorama $AboutDialog.popup_centered() Global.can_draw = false