mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-02-19 14:43:44 +00:00
30 lines
839 B
Text
30 lines
839 B
Text
[gd_scene load_steps=3 format=3 uid="uid://bcgkc5fhhyauv"]
|
|
|
|
[ext_resource type="Script" path="res://interfaces/waypoint/waypoint.gd" id="1_gmnl6"]
|
|
[ext_resource type="Texture2D" uid="uid://cpb6vpa0c74rl" path="res://interfaces/waypoint/assets/waypoint.svg" id="2_xby6k"]
|
|
|
|
[node name="Waypoint" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
size_flags_horizontal = 3
|
|
script = ExtResource("1_gmnl6")
|
|
fade = false
|
|
|
|
[node name="Marker" type="TextureRect" parent="."]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_left = -8.0
|
|
offset_top = -16.0
|
|
offset_right = 8.0
|
|
texture = ExtResource("2_xby6k")
|
|
expand_mode = 1
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = -128.0
|
|
offset_top = -42.0
|
|
offset_right = 128.0
|
|
offset_bottom = -19.0
|
|
theme_override_font_sizes/font_size = 14
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|