2018-11-12 23:17:53 -05:00
|
|
|
[gd_scene load_steps=5 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://Menus/Menu.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://Menus/patreon.png" type="Texture" id=2]
|
|
|
|
[ext_resource path="res://Menus/libera.png" type="Texture" id=3]
|
|
|
|
[ext_resource path="res://Menus/opens_externally.png" type="Texture" id=4]
|
|
|
|
|
2018-11-13 19:31:59 -05:00
|
|
|
[node name="Menu" index="0" instance=ExtResource( 1 )]
|
2018-11-12 23:17:53 -05:00
|
|
|
|
|
|
|
[node name="PatreonLink" type="Button" parent="." index="2"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 641.0
|
|
|
|
margin_top = 446.0
|
|
|
|
margin_right = 1403.0
|
|
|
|
margin_bottom = 565.0
|
|
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
focus_mode = 2
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
toggle_mode = false
|
|
|
|
enabled_focus_mode = 2
|
|
|
|
shortcut = null
|
|
|
|
group = null
|
|
|
|
icon = ExtResource( 2 )
|
|
|
|
flat = true
|
|
|
|
align = 1
|
|
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
|
|
|
|
[node name="LiberaLink" type="Button" parent="." index="3"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 641.0
|
|
|
|
margin_top = 509.0
|
|
|
|
margin_right = 1403.0
|
|
|
|
margin_bottom = 628.0
|
|
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
focus_mode = 2
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
toggle_mode = false
|
|
|
|
enabled_focus_mode = 2
|
|
|
|
shortcut = null
|
|
|
|
group = null
|
|
|
|
icon = ExtResource( 3 )
|
|
|
|
flat = true
|
|
|
|
align = 1
|
|
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
|
|
|
|
[node name="OpensExternally" type="Sprite" parent="." index="4"]
|
|
|
|
|
|
|
|
position = Vector2( 824.133, 418.745 )
|
|
|
|
scale = Vector2( 0.3, 0.3 )
|
|
|
|
texture = ExtResource( 4 )
|
|
|
|
_sections_unfolded = [ "Transform" ]
|
|
|
|
|
|
|
|
[connection signal="pressed" from="PatreonLink" to="." method="_on_PatreonLink_pressed"]
|
|
|
|
|
|
|
|
[connection signal="pressed" from="LiberaLink" to="." method="_on_LiberaLink_pressed"]
|
|
|
|
|
|
|
|
|