godot-third-person-basic-scene/maps/waypoint/waypoint.tscn
2022-02-05 14:15:04 +01:00

37 lines
913 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c7sga2ipka52x"]
[ext_resource type="Script" path="res://maps/waypoint/waypoint.gd" id="1_usbk5"]
[ext_resource type="Texture2D" uid="uid://ltyiyj3v77cn" path="res://maps/waypoint/waypoint.svg" id="2_hvndi"]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( "1_usbk5" )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
offset_left = -200.0
offset_top = -46.0
offset_right = 200.0
offset_bottom = -20.0
text = "Waypoint"
horizontal_alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Marker" type="TextureRect" parent="."]
offset_left = -7.3
offset_top = -23.0
offset_right = 202.7
offset_bottom = 274.0
rect_scale = Vector2(0.07, 0.08)
size_flags_horizontal = 0
size_flags_vertical = 0
texture = ExtResource( "2_hvndi" )
__meta__ = {
"_edit_use_anchors_": false
}