mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-04-29 08:15:35 +00:00
27 lines
806 B
Text
27 lines
806 B
Text
[gd_scene load_steps=2 format=3 uid="uid://bcgkc5fhhyauv"]
|
|
|
|
[ext_resource type="Script" path="res://entities/flag/waypoint.gd" id="1_gmnl6"]
|
|
|
|
[node name="IFF" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
script = ExtResource("1_gmnl6")
|
|
|
|
[node name="IFFContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 11.0
|
|
offset_bottom = 20.0
|
|
mouse_filter = 2
|
|
|
|
[node name="Chevron" type="Label" parent="IFFContainer"]
|
|
layout_direction = 2
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_colors/font_color = Color(0, 1, 1, 0.784314)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 3
|
|
theme_override_constants/line_spacing = -20
|
|
theme_override_font_sizes/font_size = 14
|
|
text = "▼"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|