123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- [gd_scene load_steps=4 format=3 uid="uid://d0myc3w8eieve"]
- [ext_resource type="Texture2D" uid="uid://0f8gj2t81y04" path="res://res/missdemandrake_icon.png" id="1_f73da"]
- [ext_resource type="Script" path="res://scene/ui/plant_button.gd" id="1_g4acw"]
- [ext_resource type="Script" path="res://scene/ui/plant_button_root.gd" id="1_hg7q7"]
- [node name="PlantButton" type="Control"]
- custom_minimum_size = Vector2(80, 72)
- layout_mode = 3
- anchors_preset = 0
- script = ExtResource("1_hg7q7")
- [node name="MarginContainer" type="MarginContainer" parent="."]
- layout_mode = 1
- anchors_preset = 8
- anchor_left = 0.5
- anchor_top = 0.5
- anchor_right = 0.5
- anchor_bottom = 0.5
- offset_left = -40.0
- offset_top = -36.0
- offset_right = 40.0
- offset_bottom = 36.0
- grow_horizontal = 2
- grow_vertical = 2
- theme_override_constants/margin_left = 8
- theme_override_constants/margin_top = 4
- theme_override_constants/margin_right = 8
- theme_override_constants/margin_bottom = 4
- [node name="Button" type="Button" parent="MarginContainer"]
- custom_minimum_size = Vector2(64, 64)
- layout_mode = 2
- focus_mode = 0
- icon = ExtResource("1_f73da")
- expand_icon = true
- script = ExtResource("1_g4acw")
- [node name="Tooltip" type="MarginContainer" parent="."]
- visible = false
- layout_mode = 1
- anchors_preset = -1
- anchor_top = 0.5
- anchor_bottom = 0.5
- grow_horizontal = 0
- grow_vertical = 2
- theme_override_constants/margin_right = 32
- [node name="Tooltip2" type="PanelContainer" parent="Tooltip"]
- layout_mode = 2
- [node name="Tooltip3" type="MarginContainer" parent="Tooltip/Tooltip2"]
- layout_mode = 2
- theme_override_constants/margin_left = 8
- theme_override_constants/margin_top = 8
- theme_override_constants/margin_right = 8
- theme_override_constants/margin_bottom = 8
- [node name="VBoxContainer" type="VBoxContainer" parent="Tooltip/Tooltip2/Tooltip3"]
- layout_mode = 2
- [node name="Label" type="RichTextLabel" parent="Tooltip/Tooltip2/Tooltip3/VBoxContainer"]
- custom_minimum_size = Vector2(250, 0)
- layout_mode = 2
- bbcode_enabled = true
- fit_content_height = true
|