32 lines
1007 B
Plaintext
32 lines
1007 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/scripts/spoiler.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/de.mewin.gduibasics/scenes/property_list/header.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://addons/de.mewin.gduibasics/images/arrow_right.svg" type="Texture" id=3]
|
|
|
|
[node name="spoiler" type="VBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="header" parent="." instance=ExtResource( 2 )]
|
|
margin_right = 1024.0
|
|
|
|
[node name="margin_container" type="MarginContainer" parent="header"]
|
|
margin_right = 1024.0
|
|
margin_bottom = 22.0
|
|
mouse_filter = 2
|
|
custom_constants/margin_left = 5
|
|
|
|
[node name="tex_arrow" type="TextureRect" parent="header/margin_container"]
|
|
margin_left = 5.0
|
|
margin_right = 1024.0
|
|
margin_bottom = 22.0
|
|
mouse_filter = 2
|
|
texture = ExtResource( 3 )
|
|
|
|
[connection signal="gui_input" from="header" to="." method="_on_header_gui_input"]
|