material-maker/addons/flexible_layout/flexible_tab.tscn

43 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-11-20 08:21:28 +01:00
[gd_scene load_steps=4 format=3 uid="uid://e06xegp2tp3f"]
[ext_resource type="Script" path="res://addons/flexible_layout/flexible_tab.gd" id="1"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_b47q6"]
size = Vector2(16, 16)
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_bok24"]
size = Vector2(16, 16)
[node name="Tab" type="MarginContainer"]
offset_right = 41.0
offset_bottom = 26.0
size_flags_horizontal = 0
size_flags_vertical = 0
mouse_filter = 0
theme_override_constants/margin_left = 3
theme_override_constants/margin_right = 3
script = ExtResource("1")
[node name="Container" type="HBoxContainer" parent="."]
clip_contents = true
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 0
mouse_filter = 2
[node name="Label" type="Label" parent="Container"]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 0
text = "Blah"
[node name="Undock" type="TextureButton" parent="Container"]
visible = false
layout_mode = 2
texture_normal = SubResource("PlaceholderTexture2D_b47q6")
[node name="Close" type="TextureButton" parent="Container"]
visible = false
layout_mode = 2
texture_normal = SubResource("PlaceholderTexture2D_bok24")