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