weapon display
This commit is contained in:
parent
553f8ea77a
commit
8fadd143c3
26 changed files with 491 additions and 46 deletions
26
gui/weapon_display/vertical_indicator.tscn
Normal file
26
gui/weapon_display/vertical_indicator.tscn
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[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" groups=["weapon_indicator"]]
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue