waypoint.tscn 834 B

12345678910111213141516171819202122232425262728293031
  1. [gd_scene load_steps=3 format=3 uid="uid://deqpan4silm2n"]
  2. [ext_resource type="Script" path="res://waypoint.gd" id="1"]
  3. [ext_resource type="Texture2D" uid="uid://cgow8dqpnhb4h" path="res://waypoint.svg" id="2"]
  4. [node name="Waypoint" type="Control"]
  5. layout_mode = 3
  6. anchors_preset = 0
  7. script = ExtResource("1")
  8. [node name="Label" type="Label" parent="."]
  9. layout_mode = 0
  10. offset_left = -200.0
  11. offset_top = -44.0
  12. offset_right = 200.0
  13. offset_bottom = -15.0
  14. theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
  15. theme_override_constants/outline_size = 4
  16. theme_override_font_sizes/font_size = 18
  17. text = "Waypoint"
  18. horizontal_alignment = 1
  19. vertical_alignment = 1
  20. [node name="Marker" type="TextureRect" parent="."]
  21. layout_mode = 0
  22. offset_left = -8.0
  23. offset_top = -16.0
  24. offset_right = 8.0
  25. texture = ExtResource("2")
  26. expand_mode = 1