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

Updated changelog link in Main.gd

This commit is contained in:
OverloadedOrama 2020-05-15 20:49:48 +03:00
parent 50204cc922
commit ea52b7b129
2 changed files with 5 additions and 9 deletions

View file

@ -4,6 +4,8 @@
[ext_resource path="res://assets/themes/dark/icons/grabber.png" type="Texture" id=2]
[ext_resource path="res://assets/themes/dark/icons/grabber_hover.png" type="Texture" id=3]
[ext_resource path="res://assets/themes/dark/icons/spinbox.png" type="Texture" id=4]
[ext_resource path="res://assets/themes/dark/icons/vsplit.png" type="Texture" id=5]
[ext_resource path="res://assets/themes/dark/icons/hsplit.png" type="Texture" id=6]
[sub_resource type="StyleBoxFlat" id=1]
content_margin_left = 5.0
@ -163,9 +165,6 @@ border_color = Color( 0.321569, 0.321569, 0.321569, 1 )
expand_margin_top = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StreamTexture" id=18]
load_path = "res://.import/hsplit.png-982787a0fbb16ed868512e0fe24fb6d7.stex"
[sub_resource type="StyleBoxFlat" id=19]
bg_color = Color( 0.109804, 0.0862745, 0.0862745, 0 )
border_width_left = 1
@ -277,9 +276,6 @@ border_width_left = 2
border_width_right = 2
border_color = Color( 0.321569, 0.321569, 0.321569, 1 )
[sub_resource type="StreamTexture" id=31]
load_path = "res://.import/vsplit.png-e9d4a9d3ba3096e1627a4854187f6824.stex"
[sub_resource type="StyleBoxFlat" id=32]
bg_color = Color( 0.176471, 0.176471, 0.176471, 1 )
border_width_left = 2
@ -372,7 +368,7 @@ HSlider/styles/grabber_highlight = null
HSlider/styles/slider = SubResource( 17 )
HSplitContainer/constants/autohide = 1
HSplitContainer/constants/separation = 6
HSplitContainer/icons/grabber = SubResource( 18 )
HSplitContainer/icons/grabber = ExtResource( 6 )
HSplitContainer/styles/bg = null
"Label/colors/Selected Color" = Color( 0.235294, 0.364706, 0.458824, 1 )
Label/colors/font_color = Color( 1, 1, 1, 1 )
@ -568,7 +564,7 @@ VSeparator/constants/separation = 4
VSeparator/styles/separator = SubResource( 30 )
VSplitContainer/constants/autohide = 1
VSplitContainer/constants/separation = 6
VSplitContainer/icons/grabber = SubResource( 31 )
VSplitContainer/icons/grabber = ExtResource( 5 )
VSplitContainer/styles/bg = null
WindowDialog/colors/title_color = Color( 1, 1, 1, 1 )
WindowDialog/constants/close_h_ofs = 18

View file

@ -460,7 +460,7 @@ func help_menu_id_pressed(id : int) -> void:
2: # Issue Tracker
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
3: # Changelog
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/Changelog.md#v07---unreleased")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v07---2020-05-16")
4: # About Pixelorama
$AboutDialog.popup_centered()
Global.dialog_open(true)