plant_button.tscn 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. [gd_scene load_steps=4 format=3 uid="uid://d0myc3w8eieve"]
  2. [ext_resource type="Texture2D" uid="uid://0f8gj2t81y04" path="res://res/missdemandrake_icon.png" id="1_f73da"]
  3. [ext_resource type="Script" path="res://scene/ui/plant_button.gd" id="1_g4acw"]
  4. [ext_resource type="Script" path="res://scene/ui/plant_button_root.gd" id="1_hg7q7"]
  5. [node name="PlantButton" type="Control"]
  6. custom_minimum_size = Vector2(80, 72)
  7. layout_mode = 3
  8. anchors_preset = 0
  9. script = ExtResource("1_hg7q7")
  10. [node name="MarginContainer" type="MarginContainer" parent="."]
  11. anchors_preset = 8
  12. anchor_left = 0.5
  13. anchor_top = 0.5
  14. anchor_right = 0.5
  15. anchor_bottom = 0.5
  16. offset_left = -40.0
  17. offset_top = -36.0
  18. offset_right = 40.0
  19. offset_bottom = 36.0
  20. grow_horizontal = 2
  21. grow_vertical = 2
  22. theme_override_constants/margin_left = 8
  23. theme_override_constants/margin_top = 4
  24. theme_override_constants/margin_right = 8
  25. theme_override_constants/margin_bottom = 4
  26. [node name="Button" type="Button" parent="MarginContainer"]
  27. custom_minimum_size = Vector2(64, 64)
  28. offset_left = 8.0
  29. offset_top = 4.0
  30. offset_right = 72.0
  31. offset_bottom = 68.0
  32. focus_mode = 0
  33. icon = ExtResource("1_f73da")
  34. expand_icon = true
  35. script = ExtResource("1_g4acw")
  36. [node name="Tooltip" type="MarginContainer" parent="."]
  37. visible = false
  38. anchors_preset = -1
  39. anchor_top = 0.5
  40. anchor_bottom = 0.5
  41. grow_horizontal = 0
  42. grow_vertical = 2
  43. theme_override_constants/margin_right = 32
  44. [node name="Tooltip2" type="PanelContainer" parent="Tooltip"]
  45. offset_right = 266.0
  46. offset_bottom = 16.0
  47. [node name="Tooltip3" type="MarginContainer" parent="Tooltip/Tooltip2"]
  48. theme_override_constants/margin_left = 8
  49. theme_override_constants/margin_top = 8
  50. theme_override_constants/margin_right = 8
  51. theme_override_constants/margin_bottom = 8
  52. [node name="VBoxContainer" type="VBoxContainer" parent="Tooltip/Tooltip2/Tooltip3"]
  53. offset_left = 8.0
  54. offset_top = 8.0
  55. offset_right = 258.0
  56. offset_bottom = 8.0
  57. [node name="Label" type="RichTextLabel" parent="Tooltip/Tooltip2/Tooltip3/VBoxContainer"]
  58. custom_minimum_size = Vector2(250, 0)
  59. bbcode_enabled = true
  60. fit_content_height = true