waypoint.tscn 813 B

12345678910111213141516171819202122232425262728
  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. offset_left = -200.0
  10. offset_top = -44.0
  11. offset_right = 200.0
  12. offset_bottom = -15.0
  13. theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
  14. theme_override_constants/outline_size = 3
  15. theme_override_font_sizes/font_size = 18
  16. text = "Waypoint"
  17. horizontal_alignment = 1
  18. vertical_alignment = 1
  19. [node name="Marker" type="TextureRect" parent="."]
  20. offset_left = -8.0
  21. offset_top = -16.0
  22. offset_right = 8.0
  23. texture = ExtResource("2")
  24. ignore_texture_size = true