Files
godot-demo-projects/3d/waypoints/waypoint.tscn

31 lines
860 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://d2uv1qu8j604u"]
[ext_resource type="Script" uid="uid://bu8xwmpu6o0wy" path="res://waypoint.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://cnjp5mer7vvvp" path="res://waypoint.svg" id="2"]
[node name="Waypoint" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = -200.0
offset_top = -44.0
offset_right = 200.0
offset_bottom = -15.0
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 4
theme_override_font_sizes/font_size = 18
text = "Waypoint"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Marker" type="TextureRect" parent="."]
layout_mode = 0
offset_left = -8.0
offset_top = -16.0
offset_right = 8.0
texture = ExtResource("2")
expand_mode = 1