mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2025-04-25 16:54:59 +02:00
29 lines
849 B
Plaintext
29 lines
849 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d1s6oihqedvo5"]
|
|
|
|
[ext_resource type="Script" path="res://addons/resources_spreadsheet_view/main_screen/table_header.gd" id="1_5fd1m"]
|
|
[ext_resource type="Script" path="res://addons/resources_spreadsheet_view/editor_icon_button.gd" id="2_0ymob"]
|
|
|
|
[node name="Header" type="HBoxContainer"]
|
|
offset_right = 179.0
|
|
offset_bottom = 31.0
|
|
size_flags_horizontal = 3
|
|
script = ExtResource("1_5fd1m")
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 0
|
|
text = "resource_name"
|
|
clip_text = true
|
|
|
|
[node name="Button2" type="MenuButton" parent="."]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 9
|
|
item_count = 2
|
|
popup/item_0/text = "Select All"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Hide"
|
|
popup/item_1/id = 1
|
|
script = ExtResource("2_0ymob")
|
|
icon_name = "ArrowDown"
|