26 lines
827 B
Text
26 lines
827 B
Text
[gd_scene load_steps=3 format=3 uid="uid://opxpjjslpoc3"]
|
|
|
|
[ext_resource type="Script" uid="uid://bft3coi8fq4tr" path="res://gui/weapon_display/weapon_display_indicator.gd" id="1_unomd"]
|
|
[ext_resource type="Texture2D" uid="uid://dnxw4x3cmu7io" path="res://icon.svg" id="2_gnxu7"]
|
|
|
|
[node name="VerticalIndicator" type="VBoxContainer"]
|
|
custom_minimum_size = Vector2(64, 64)
|
|
offset_right = 64.0
|
|
offset_bottom = 64.0
|
|
mouse_filter = 2
|
|
script = ExtResource("1_unomd")
|
|
|
|
[node name="Texture" type="TextureRect" parent="."]
|
|
self_modulate = Color(0.76, 0.76, 0.76, 1)
|
|
custom_minimum_size = Vector2(64, 64)
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
mouse_filter = 2
|
|
texture = ExtResource("2_gnxu7")
|
|
expand_mode = 2
|
|
stretch_mode = 5
|
|
|
|
[node name="Mark" type="Label" parent="."]
|
|
layout_mode = 2
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|