[gd_scene load_steps=4 format=2] [ext_resource path="res://scripts/SubEntry.gd" type="Script" id=1] [ext_resource path="res://scripts/URLImage.gd" type="Script" id=2] [ext_resource path="res://theme_panels/pane.tres" type="StyleBox" id=3] [node name="PanelContainer" type="PanelContainer"] margin_right = 124.0 margin_bottom = 125.0 mouse_filter = 2 size_flags_horizontal = 7 custom_styles/panel = ExtResource( 3 ) script = ExtResource( 1 ) [node name="V" type="VBoxContainer" parent="."] margin_left = 8.0 margin_top = 8.0 margin_right = 116.0 margin_bottom = 117.0 [node name="Icon" type="Button" parent="V"] unique_name_in_owner = true margin_right = 108.0 margin_bottom = 69.0 mouse_default_cursor_shape = 2 size_flags_vertical = 3 theme_type_variation = "Sub_Button" icon_align = 1 expand_icon = true __meta__ = { "_edit_group_": true } [node name="img" type="TextureRect" parent="V/Icon"] unique_name_in_owner = true anchor_right = 1.0 anchor_bottom = 1.0 mouse_default_cursor_shape = 2 size_flags_horizontal = 3 size_flags_vertical = 3 expand = true stretch_mode = 6 script = ExtResource( 2 ) [node name="title" type="Label" parent="V"] unique_name_in_owner = true margin_top = 73.0 margin_right = 108.0 margin_bottom = 89.0 mouse_filter = 1 text = "example" clip_text = true [node name="user" type="Label" parent="V"] unique_name_in_owner = true margin_top = 93.0 margin_right = 108.0 margin_bottom = 109.0 text = "by name" clip_text = true [node name="download" type="MenuButton" parent="V"] unique_name_in_owner = true visible = false margin_top = 87.0 margin_right = 108.0 margin_bottom = 109.0 text = "Download" clip_text = true items = [ "Item 0", null, 0, false, false, 0, 0, null, "", false, "Item 1", null, 0, false, false, 1, 0, null, "", false ] [node name="LinkButton" type="LinkButton" parent="V"] visible = false margin_top = 95.0 margin_right = 128.0 margin_bottom = 109.0 text = "testggfhgfgfgfgfgfgfgf" underline = 1 [connection signal="pressed" from="V/Icon" to="." method="_on_Icon_pressed"]